.shadetabs{
padding: 3px 0;
margin-left: 20px;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px 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{
font-size:11px;
font-family: "Century Gothic";
text-transform:uppercase;
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color: #a91e23;
background: white url(shade.gif) top left repeat-x;
}

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

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li.selected{
color: white;
}

.shadetabs li.selected a, .shadetabs li.selected a:visited{ /*selected main tab style */
background-color: #a91e23;
color: white;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
width: 493px;
margin-bottom: 20px;
padding: 10px;
background-color: #faf5f0;
margin-left: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 22px;

}

.tabcontent{
display:none;
}

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