.shadetabs{
width: 510px;
padding: 6px 0px ;
margin-left: 5px;
margin-top: 0px;
margin-bottom: 0;
font: bold 13px Verdana;
list-style-type: none;
text-align: center; /*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: 5px 18px ;
margin-left: -30px ;
margin-top: 0px;
margin-bottom: 0;

border: 1px solid #E6E6E6;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

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

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{

top: 0px;
}

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

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

.contentstyle{
 background: #FBFBFB;
border: 1px solid #E6E6E6;
width: 510px;
margin-bottom: 1px; padding: 10px;
}