.shadetabs{
padding-left:0px;
padding-top:1px;
padding-right:0px;
margin:0;
margin-left: -4px;
margin-top:2px;
font: bold 10px Verdana;
list-style:none;
text-align: left;
background:url(../images/tab-unselected.gif);
background-position: 0px -1px;
height:14px;
}

.shadetabs li{
display: inline;
margin: 0;
padding: 0;
}



.shadetabs li a{
text-decoration: none;
padding-left:3px;
padding-right:5px;
padding-top:5px;
padding-bottom:1px;
margin: 0;
border-right: 1px solid #424242;
color: #e8bb19;
background:url(../images/tab-unselected.gif);

}

.shadetabs li a:visited{
color: #e8bb19;
}

.shadetabs li a:hover{
color: #CCCCCC;
}

.shadetabs li.selected{
}

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

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

.contentstyle{
border-top: 1px solid gray;
}