

.shadetabs{
padding:10px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0px;
font:  11px Tahoma;
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{
text-decoration: none;
position: relative;
z-index: 1;
padding: 10px 11px ;
margin-right: -2px;
top: 0px;
color: #969696;

}

.shadetabs li a:visited{
color: #969696;

}

.shadetabs li a:hover{

color: #6E6D6D;
text-decoration: underline;

}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;

color: #969696;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: underline;
}


