.shadetabs{
padding: 0;
margin: 0;
font: 11px 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;
padding:0;
}

.shadetabs li a{
text-decoration: none;
padding-right: 7px;
padding-top:3px;
padding-bottom:3px;
margin-top: 0;
margin-bottom: 2px;
color: #2d2b2b;
display:block;
}

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

.shadetabs li a:hover{
text-decoration: underline;
color: #197B30;
}

.shadetabs li.selected a{ /*selected main tab style */
background: #ededed;
color:#fff;
border-bottom-color: black;
padding-left:5px;
}

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

.contentstyle{
width: 370px;
margin-bottom: 1em;
}
