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

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

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

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

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

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

.shadetabs li.selected a { background-image: url("shadeactive.gif"); border-bottom: #d6d6d6 }

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

.tabcontentstyle  { background-color: #d6d6d6; margin-bottom: 1em; padding: 10px; width: 650px; border: solid 1px gray }

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
