.shadetabs{
font: bold 12px Verdana;
}

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

.shadetabs a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin: 0px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

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

.shadetabs a:hover{
text-decoration: underline;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a.selected1{ /*selected main tab style */
position: relative;
top: 1px;
}

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

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