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