.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
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*/
positiion: relative;
}

.shadetabs li{
display: inline;
margin: 0;
positiion: relative;
}

.shadetabs li a{
border-left:0px solid #2c8687; 
border-right:0px solid #2c8687; 
border-top:0px solid #2c8687; 
border-bottom:0px solid 0px white; 
text-decoration: none;
padding: 0px;
margin-right: 0px;
color: black;
background: white repeat-x top left;
}

.shadetabs li a:visited{
color: black;
}

.shadetabs li a:hover{
text-decoration: underline;
color: black;
}

.shadetabs li.selected{

border: 1px solid white;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
top: 0px;

}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content container*/
width: 650px;
padding: 5px;
height:auto;
text-align: left;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
