

.shadetabs{
padding:0;
margin-left: 10px ;
font-size:14px;
font-weight:bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
background:url(images/tab-right.png) no-repeat center right;
float:left;
margin: 0 1px 0px 1px;
padding:0;
}

.shadetabs li a{
display: block;
text-decoration: none;
position: relative;
z-index: 1;
padding:8px 12px;
color:#fff;
/*text-shadow:1px 1px 1px #CCC;*/
background:url(images/tab-left.png) no-repeat center left;

}

.shadetabs li a:visited{
color: #fff;
}

.shadetabs li:hover, .shadetabs li.selected{
background:url(images/tab-ov-right.png) no-repeat center right;
/*text-shadow:1px 1px 1px #cbcbcb;*/
color:#123c62;
}

.shadetabs li a:hover{
text-decoration:none;
background:url(images/tab-ov-left.png) no-repeat center left;
color: #330000;
/*text-shadow:1px 1px 1px #cbcbcb;*/
}

.shadetabs li.selected a{ /*selected main tab style */

background:url(images/tab-ov-left.png) no-repeat center left;
/*text-shadow:1px 1px 1px #cbcbcb;*/
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}





