.shadetabs{
padding: 2px 0;
margin-left: 0;
margin-top: 3px;
margin-bottom: 0;
font: 12px Arial;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 3;
/*padding: 3px 12px;*/
margin-right: 0px;
/*border: 1px solid #778;*/
color: #ffffff;
/*background: url(shade.gif) top left repeat-x;*/
background: url(images/tab-bkgnd.jpg) top center no-repeat;
font-size: 12px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
/*background-image: url(shadeactive.gif);*/
background-image: url(images/tab-bkgnd.jpg) top center no-repeat;
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

