.shadetabs{
padding: 3px 0;
margin-right: 10px;
margin-top: 0px;
margin-bottom: 1px;
font: normal 13px "Lucida Handwriting", Cursive, Verdana;
color: #221801;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-left: 3px;
border: 1px solid #221801;
color: #221801;
background: url(../images/bg_blue.jpg) repeat;
}

.shadetabs li a:visited{
color: #221801;
}

.shadetabs li a:hover{
text-decoration: none;
color: #996666;
}

.shadetabs li.selected{
position: relative;
bottom: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background: #FFFFFF;
border-top-color: white;
}

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

.contentstyle{
width: auto;
margin-bottom: 1em; padding: 10px;
}