.shadetabs{
padding: 3px 2px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
color: #3b3b3b; 
list-style-type: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
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: 5px 21px;
margin-right: 0px;
border: 1px solid #CCC;
color: #2d2b2b;
font-weight: bold;
font-size: 10px;
background-color:#EFEFEF;
}

.shadetabs li a:visited{
color: #2d2b2b;
font-weight: bold;
font-size: 10px;
}

.shadetabs li a:hover{
text-decoration: none;
font-weight: bold;
font-size: 10px;
color: #59698B;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-color:#FFF;
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid #CCC;
width: 230px;
height:204px;
padding:2px 5px;
padding-top:15px;
font-weight: normal;
font-size: 10px;
color: #666666;
text-align:center;
background-color:#FFF;
}