.shadetabs{
padding: 3px 0;
margin-left: 15px;
margin-top: 10px;
margin-bottom: 0;
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;
color: #ffffff;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color: #ffffff;
background-color:#948A73;
/* background: white url(shade.gif) top left repeat-x; */
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
color:#948A73;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
/* background-image: url(shadeactive.gif); */
color:#948A73;
background-color:#ffffff;
border-bottom-color: white;
font-weight:bold;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
color:#333533;
margin-bottom: 15px; padding: 10px;
margin-left:15px;
margin-right:15px;
background-color:#ffffff;
}