.shadetabs{
padding: 3px 0;
margin-left: 30;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
background: #3C1314;
}

.shadetabs li a{
text-decoration: underline;
padding: 3px 7px;
margin-right: 3px;
border: 0;
color: #FFF3CC;
}

.shadetabs li a:visited{
//color: #2d2b2b;
color: #FFF3CC;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #99ECEC;
}

.shadetabs li.selected{
position: relative;
top: 1px;
background: #782727;
}

.shadetabs li.selected a{ /*selected main tab style */
//background: #BA511F;
//background-image: url(/images/mp/shadeactive.gif);
background: #782727;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

