.shadetabs{
padding:2px 2px 2px 2px;
margin-left:1px;;
margin-top: 0px;
margin-bottom: 0;
font: bold 11px Arial, Helvetica, sans-serif;
color: #ffffff;
list-style-type: none;

text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
color: #ffffff;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding:2px 2px 2px 2px;
margin-right:0px;
color:#999900;
width: auto;
background: url(images/indentbg1.jpg) top left  no-repeat ;
}

.shadetabs li a:visited{
color: #B3B300;
width: auto;
height:15px;
}

.shadetabs li a:hover{
text-decoration: none;
color: #fff;
width: auto;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
color:#fff;
}

.shadetabs li a.selected{ /*selected main tab style */
background:url(images/indentbg.jpg) no-repeat;
width:86px;
color:#fff;
}


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

.tabcontent{
display:none;
}

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

