

.shadetabs{
padding: 3px 0;
margin-right: 0;
margin-top: 7px;
margin-bottom: 0;
font: bold 13pt Arial;
list-style-type: none;
text-align: right; 
}

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

.shadetabs li a,.shadetabs li a:link, .shadetabs li a:visited{
text-decoration: none;
z-index: 1;
padding: 3px 11px;
color: #2d2b2b;
background: #fff;
-webkit-border-top-right-radius:5px;
-webkit-border-top-left-radius:5px;
-moz-border-radius-topright:5px;
-moz-border-radius-topleft:5px;
}


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


.shadetabs li a.selected{ 
background: #cdcdcd;
color:#fff;
}

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

