.shadetabs{
padding: 3px 0px;
margin-left: 0px;
margin-top: 1px;
margin-bottom: 0px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
padding: 10px 0 2px 2px;
margin: 0px;
}

.shadetabs li a{
text-decoration: none;
padding: 10px 10px 2px 10px;
margin-right: 0px;
border: 1px solid #366;
color: #2d2b2b;
position: relative;
top: 1px;
background-image: url("/art/tabs/shade.gif");
}

.shadetabs li a span{
position: relative;
top: -4px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: #FFFFFF;
background-image: url("/art/tabs/shadeactive.gif");
background-position: top left;
background-repeat: repeat;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #366;
margin-bottom: 0px;
padding: 10px;
background-color: #FFFFFF;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
