.shadetabs{
padding: 3px 0 0 0;
margin-left: 0px;
margin-top:1px;
margin-bottom: 0;
list-style-type: none;
width:348px;
height:25px;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin-right:1px;
background-image: url("/Vlog/ajaxtabs/tgry31.gif");
width:115px;
height:25px;
text-align:center;
line-height:25px;
float:left;
}
.shadetabs li a:visited{ /*selected main tab style */
color:#666;
}
.shadetabs li a:link{ /*selected main tab style */
color:#666;
}

.shadetabs li a:hover{ /*selected main tab style */
color:#ff0066;
text-decoration: none;
}

.shadetabs li.selected{
position: relative;
line-height:25px;
background-image: url("/Vlog/ajaxtabs/tpink.gif");
border-bottom-color:1px solid white;
width:115px;
height:25px;
color: #fff;
top: 1px;

}
.shadetabs li.selected a{ /*selected main tab style */
color:#fff;
text-decoration: none;
}
.shadetabs li.selected a:visited{ /*selected main tab style */
color:#fff;
text-decoration: none;
}
.shadetabs li.selected a:link{ /*selected main tab style */
color:#fff;
text-decoration: none;
}
.shadetabs li.selected a:hover{ /*selected main tab style */
color:#fff;
text-decoration: none;
}
.contentstyle{
border: 1px solid #ffc3d8;
font-size:13px;

padding:5px 10px 10px 10px;
}
