.shadetabs{
padding: 3px 0px 0px 1px;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: normal 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border: 0px solid #47505A;
border-left-width: 1px;
}

.shadetabs li{
display: inline;
margin: 0;
position: relative;
top: -3px;

}

.shadetabs li a{
text-decoration: none;
padding: 5px 7px 3px;
margin-right: -4px;
border: 0px solid #47505A;
border-right-width: 1px;
color: #47505A;
background: #FBF5DC;
}

.shadetabs li a:visited{
color: #47505A;
}

.shadetabs li a:hover{
text-decoration: none;
color: #8A2437;
}

.shadetabs li.selected{
margin-left: -2px;
position: relative;
top: -3px;
left: 0px;
}


.shadetabs li.selected a{ /*selected main tab style */
background: #F5F5ED;
border: 1px solid #47505A;

border-bottom-color: #F5F5ED;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid #47505A;
width: 550px;
margin-bottom: 1em; padding: 10px;
background-color: #F5F5ED;

}


