.shadetabs{
padding-left: 0px;
padding-right: 0px;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 11px Arial;
list-style-type: none;
text-align: center; /*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: 0px 0px;
border: 0px;
color: #2d2b2b;
background: transparent url(/pix/shim.gif) bottom left no-repeat;
}

.shadetabs li a:visited {
color: #2d2b2b;
}

.shadetabs li a:hover {
text-decoration: underline;
/* border: 1px solid #ff0000; */
background-image:url(/pix/shim.gif); background-repeat:no-repeat;
color: #ff0000;
}

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

.shadetabs li.selected a{ /*selected main tab style */
border-bottom: 2px solid #EB3D20;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid transparent;
margin-bottom: 0px;
padding: 0px;
}

.tabcontent{
display:none;
text-align:center;
font-size:11px;
}

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