
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Tahoma;
list-style-type: none;
text-align: left; 
}

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

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
border: 1px solid #9298A9;
color: #9CA3B1;
background: #FFF url(shade.gif) top left repeat-x;
outline:none;
}

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

.shadetabs li a:hover{
text-decoration: none;
background-color:#D9DBE1;
color:#000;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ 
background-image: url(shadeactive.gif);
background-color: #FFF;
color:#AB2D1B;
font-weight: bold;
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ 
text-decoration: none;
}

.tabcontentstyle{
border: 1px solid #9298A9;
margin-top: 0px;
margin-bottom: 1em; padding: 5px;
}