.shadetabs{
padding: 3px 0px;
margin-left: 0;
margin-top: 6px;
margin-bottom: 0;
font: bold 11px arial,verdana;
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;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 0px;
border: 0px;
color: #ffffff;
background: #A8A8A8 url(images/taboff.gif) top right no-repeat;
}

.shadetabs li a:visited{
color: #ffffff;
}

.shadetabs li a:hover{
color: #ffffff;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
color: #ffffff;
background: #B60112 url(images/tabon.gif) top right no-repeat;
border-bottom-color: white;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 4px solid #B60112;
width: 290px;
margin-bottom: 1em;
padding: 4px;
}

.tabcontent{
display:none;
height:200px;
}

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