.shadetabs{
padding: 0x 0;
margin-left: 0;
margin-top: -10px;
margin-bottom: 0;
font: bold 12px Verdana;
color:#fff;
list-style-type: none;
width:220px;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
color:#fff;
width:90px;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 5px;
color: #fff;
width:90px;
background:#453B2F;
}

.shadetabs li a:visited{
color: #fff;
width:90px;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #fff;
width:90px;
}

.shadetabs li.selected{
position: relative;
width:90px;
}

.shadetabs li.selected a{ /*selected main tab style */
background:url(../images/tabbg.jpg) no-repeat;
width:90px;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
width:90px;
}

.contentstyle{
width: 263px;
padding:10px 0 0 0;
margin-left:-7px;
}