* {margin:0; padding:0;}
.shadetabs{
padding:0;
margin-left: 0;
margin-top:0;
margin-bottom: 0;
font: bold 9px 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, a:visited {
text-decoration: none;
color: #777777;
}
.shadetabs li a:hover{
text-decoration: underline;
color: #000000;
font-weight:bold;
}
.shadetabs li.selected {
text-decoration:underline;
color:#000000;
top: 1px;
}

.tabcontentstyle{ /*style of tab content oontainer*/
width: 450px;
margin-bottom: 1em;
padding-top:5px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}