
.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 6px;
margin-bottom: 0;
font: 10px Verdana;
list-style-type: none;
letter-spacing: 0px;
text-align: left; /*set to left, center, or right to align the menu as desired*/
color: #d7dee5;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 4px;
margin-right: 1px;
border: 1px solid #385a7e;
color: #5f4a36;
background: white;
}

.shadetabs li a:visited{
color: #5f4a36;
}

.shadetabs li a:hover{
text-decoration: none;
color: #FFFFFF;
background: #385a7e;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
display: afsd;
color: #FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
background: #385a7e;
border-bottom-color: #385a7e;
font-weight: normal;
}

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