
.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 6px;
margin-bottom: 0;
font: 11px Verdana;
list-style-type: none;
letter-spacing: 0px;
text-align: left; /*set to left, center, or right to align the menu as desired*/
color: #f4d7d2;
}

.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 #c8371f;
color: #5f4a36;
background: white;
}

.shadetabs li a:visited{
color: #5f4a36;
}

.shadetabs li a:hover{
text-decoration: none;
color: #FFFFFF;
background: #c8371f;
}

.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: #c8371f;
border-bottom-color: #c8371f;
font-weight: normal;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
