.shadetabs{
padding: 4px 0px;
float: left;
margin-left: 10px;
margin-top: 0px;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin-right: 5px;
font-size: 10px;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 0px 0px 0px;
color: #000000;
font-size: x-small;
}

.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 */
text-decoration: none;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle2{
font-family: Arial;
font-size: smaller;
font-weight: bold;
float: left;
width: 200px;
margin-bottom: 10px;
padding-left: 12px;
text-align: left;
}