.shadetabs{ padding: 3px 0; margin: 0; list-style-type: none; text-align: left; /*set to left, center, or right to align the menu as desired*/ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }

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

.shadetabs li a{text-decoration: none; padding: 3px 6px; margin-right: 3px; border: 1px solid #CCC; color: #666; background: white url(images/shade.gif) top left repeat-x;}

.shadetabs li a:visited{ color: #666; }

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

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

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

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

.tabcontentstyle{ /*style of tab content container*/ width: 310px; height: 303px; overflow: auto; padding: 5px; border: solid 1px #CCC; }

.tabcontent{ display:none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666; }

@media print {
.tabcontent { display:block!important; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666; }
}
