.shadetabs{
padding:0;
margin-left: 0;
margin-top: 0;
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;
padding:0;
margin: -2px;
}

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

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

.shadetabs li a:hover{
color: #2d2b2b;
}

.shadetabs li.selected{
color: #2d2b2b;
}

.shadetabs li.selected a{ /*selected main tab style */
color: #2d2b2b;
}

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

.contentstyle{
border: 1px solid #BBC9C7;
padding:10px;
width: 563px; margin-top:-2px;
margin-left:-2px;
}
