.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
position:absolute;
margin-top:247px;
margin-left:130px;
font-size:1px;
}

* html .shadetabs{
margin-left:128px;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
margin-right: 1px;
color:#000000;
}


.shadetabs li a:visited{
}

.shadetabs li a:hover{
text-decoration: underline;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-position:bottom !important;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
width: 450px;
padding: 10px;
position:absolute;
left:120px;
top:316px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
