.shadetabs li{
display: inline;
font-family:arial;
font-size:12px;
margin-right:10px;
margin-left:5px;
text-align:left;


}

.shadetabs li a{
text-decoration:none;
font-weight:700;
color: black;

}

.shadetabs li a:visited{
color: black;
}

.shadetabs li a:hover{
text-decoration: none;
padding-bottom:3px;
border-bottom:2px solid #7FC41C;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
text-decoration:none;
padding-bottom:3px;
border-bottom:2px solid #7FC41C;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
width: 500px;
border-top:1px dotted silver;
}