.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 13px Trebuchet MS;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
width:250px;
}

.shadetabs li a
{
font-family:verdana;
font-size:11px;
font-weight:bold;
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 2px;
border: 0px solid #b0bec7;
color:#333333;
width:100px;
background-image:url(images/graytab.jpg);
}

.shadetabs li a:hover{
text-decoration: none;
color:#FF6600;
font-family:verdana;
font-size:11px;
font-weight:bold;
background-image:url(images/redtab.jpg);
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color:#FF6600;
font-family:verdana;
font-size:11px;
font-weight:bold;
background-image:url(images/redtab.jpg);
}

.shadetabs li a.selected:hover{ /*selected main tab style */
color:#333333;
font-family:verdana;
font-size:11px;
font-weight:bold;
text-decoration: none;
background-image:url(images/graytab.jpg);
width:82px;height:50px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

