.shadetabs{
padding: 0 1px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/


}


.shadetabs li{
display: block;
height: 25px;
background:  url(shade.gif) top left repeat-x;
border: 1px solid #778;
margin-top: 0px; /* space between tabs */
padding: 2px 0px 0px 0px; /*adjust text inside boxes - Top*/
}

.shadetabs li a{

z-index: 1;
top: 2px;
font-family: Arial, Verdana, serif;
font-size: 13px;
padding: 0px 0px 0px 5px; /*adjust text inside boxes - shift Left*/
border: 0px solid #778;
color:#294484;
font-weight:bold;
}

.shadetabs li a:visited{

}

.shadetabs li a:hover{
text-decoration: underline;
color: green;
font-weight:bold;
width: 200px;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
padding: 0px 0px 0px 10px; /*change position when selected - Bottom Right Top Left*/
color: white;
font-weight:bold;
top: 1px;
width: 180px;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color:grey;
width: 200px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
width: 200px;
}

.tabcontent{
display:none;

}

@media print {
.tabcontent {

display:block !important;
}
}

