.shadetabs{
padding: 0;
margin-left: 1px;
margin-top: 0px;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
/*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin-right: -3px;
}

.shadetabs li a{
text-decoration: none;
padding: 1px 3px;
margin-right: 1px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */
background: white url(shadeactive.gif) top left repeat-x;
color: 2d2b2b;
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{width: 99%; margin-bottom: 0; padding: 1px;}
