.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#subhead { color: #000000; }

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color:#FFFFFF;
background-color:#999999;
}


.shadetabs li a:hover{
text-decoration: underline;
color: #FFFFFF;
}

.shadetabs li.selected{
position: relative;
background-color:#FFFFFF !important;
top: 1px;
font-size: 13px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-color:#FFFFFF !important;
border-bottom-color: white;
text-decoration:none;
color:#3578ac;
border-left: 1px solid #3578ac;
border-right: 1px solid #3578ac;
border-top: 1px solid #3578ac;

}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: underline;
color:#000000;
}

.tabcontentstyle{ /*style of tab content oontainer*/
width: 95%;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
