.shadetabs{
color: #000;
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px;
font-family: arial, sans-serif;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
color: #000;
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #333;
color: #fff;
background: #333;
}

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

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

.shadetabs li.selected{
color: #fff;
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
color: #333;
background: #c5c4cb;
}

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

.contentstyle{
color: #000;
font-family: arial, sans-serif;
margin-bottom: 1em; padding: 10px;
}