.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{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
border: 0px solid #b0bec7;
color:#000000;
width:100px;
background-image:url(images/graytab.jpg);
}

.shadetabs li a:hover{
text-decoration: none;
color: #ffffff;
background-image:url(images/redtab.jpg);
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color:#ffffff;
background-image:url(images/redtab.jpg);
}

.shadetabs li a.selected:hover{ /*selected main tab style */
color:#000000;
text-decoration: none;
background-image:url(images/graytab.jpg);
width:82px;height:50px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
