.sitesshadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

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

.sitesshadetabs li a{
text-decoration: none;
padding: 3px 3px;
margin-right: 1px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.sitesshadetabs li a:visited{
color: #2d2b2b;
}

.sitesshadetabs li a:hover{
text-decoration: none;
background-color: #444444;
color: #dddddd;
}

.sitesshadetabs li.selected{
position: relative;
top: 1px;
}

.sitesshadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

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

.contentstyle{
text-align: left;
border: 1px solid gray;
width: 38.2em;
margin-bottom: 1em; padding: 10px;
}
