body {
font: 100% arial, sans-serif;
background-color: #000000;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Arial;
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;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color: #ffffff;
background-color:#881536;
}

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

.shadetabs li a:hover{
text-decoration: none;
color: #000000;
background: #ffffff;
}

.shadetabs li.selected a{ /*selected main tab style */
background-color: #ffffff;
color:#881536;
}

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