.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1em;
margin-bottom: 0;
font: 11px Verdana;
font-weight:bold;
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;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #000000;
color: #ffffff;
background: #ffffff url(http://lib.store.yahoo.net/lib/yhst-14286580641422/tab-gold.gif) top left repeat-x;
}

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

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

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

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(http://lib.store.yahoo.net/lib/yhst-14286580641422/tab-red.gif);
color: #ffffff;
border: 1px solid red;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: underline;
color: #ffffff;
}

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

.tabcontent{
display:none;
}

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