.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1em;
margin-bottom: 0;
font: 12px Arial;
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;
margin-right: 3px;
border: 0px solid #663300;
font-weight:bold;
color: #ffffff;
background: #ffffff url('/lib/yhst-93621452108554/tab-off.gif') repeat-x top left;; padding-left:7px; padding-right:7px; padding-top:3px; padding-bottom:3px
}

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

.shadetabs li a:hover{
text-decoration: underline;
color: white;
}

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

.shadetabs li.selected a{ /*selected main tab style */
background-image: url('/lib/yhst-93621452108554/tab-on.gif');
font-weight:bold;
color: #ffffff;
border-bottom-color: #ffffff
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #a02b57;
width: 565px;
margin-bottom: 1em;
padding: 5px;
background: #ffffff;
}

.tabcontent{
display:none;
}

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

