.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 0px 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;
}

.shadetabs li a{
border-style:solid; border-width:0; background-position: top left; text-decoration: none;
padding: 0;
margin-right: 0px;
background-repeat:repeat-x; background-attachment:scroll
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
border-style:solid; border-width:0; padding:0; background-image: url('shadeactive.gif');

}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border-style:solid; border-width:0; width: 100%;
margin-bottom: 1em; padding: 0;
}
