.shadetabs{
border-top:1px solid #999999;
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 16px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs li{
display: block;
margin: 0;
width:98px;
float:left;
padding-top:6px;padding-bottom:6px;
border-left: 1px solid #999999;border-right: 1px solid #999999;border-bottom: 1px solid #999999;
}

.shadetabs li a{
text-decoration: none;
padding: 0px 0px;
margin-right: 0px;

color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #666666;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #FF6633;
}

.shadetabs li.selected{
position: relative;
top: 0px;
color: #FF8000;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
background:#fff;
border-top-color: #ffffff;
color:#FF8000;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid #999999;
float:right;
margin-bottom: 0px;
padding: 0px
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
