
.shadetabs{
padding: 3px 0;
margin-left: 3px;
margin-top: 1em;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
font-size:16px; font-family:Arial Black;
}

.shadetabs li{
display: inline;
margin: 0;
text-align: center;
font-size:16px; font-family:Arial Black;
}

.shadetabs li a{
text-decoration: none;
margin-right: 3px;
border: 1px solid #dddddd;
color: #006eb9;
background: #ffffff url('http://lib.store.yahoo.net/lib/yhst-46908357234968/ey-tlc.jpg') repeat-x center left;height: 29px;width:150px; padding-left:10px; padding-right:7px; padding-top:3px; padding-bottom:3px;
text-align: center;
font-size:16px; font-family:Arial Black
}


.shadetabs li a:visited{
color: #000000;
text-align: center;
font-size:16px; font-family:Arial Black
}

.shadetabs li a:hover{
text-decoration: underline;
color: blue;
text-align: center;
font-size:16px; font-family:Arial Black
}

.shadetabs li.selected{
position: relative;
top: 1px;
text-align: center;
font-size:16px; font-family:Arial Black
}

.shadetabs li.selected a{ /*selected main tab style */
background: #7dbf0d; url('/lib//.gif');
color: #ffffff;
border-bottom-color: #ffffff
text-align: center;
font-size:16px; font-family:Arial Black
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: underline;
color: blue;
text-align: center;
font-size:16px; font-family:Arial Black
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #dddddd;
width: 735px;
margin-bottom: 1em;
padding: 10px;
background: #ffffff;
font-size:16px; font-family:Arial Black

}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
