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

.shadetabs ul {
  border-bottom: 1px solid #778;
}

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

.shadetabs li a{
text-decoration: none;
padding: 3px 7px 3px 20px;
margin-right: 3px;
border: 1px solid #778;
color: #5d5d5d;
background: white url(/images/shade.gif) top left repeat-x;
white-space: nowrap;
width: auto;
margin-bottom: -1px;
margin-top: -1px;
position: relative;
z-index: 1;
top: 0px;
float: left;
}

*:first-child+html .shadetabs li a{ top: 2px;}
* html .shadetabs li a{ top: 2px;}

.shadetabs li a:visited{
color: #7d7d7d;
}

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

.shadetabs li.selected{
}

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

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

.tabcontentstyle{ /*style of tab content container*/
border: 1px solid gray;
width: 95%;
background-color: #FFFFFF;
margin-bottom: 1em;
padding: 10px;
margin-top: 19px;
}

.tabcontent{
border-top: 1px solid #7d7d7d;
clear: left;
display:none;
}

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