
.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 11px Arial;
list-style-type: none;
background: #008800;
border: 1px solid #000000;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 0;
padding: 0px 2px;
margin-right: 2px;
border: 0px solid #000000;
color: #000000;
background: #ffffff;
}

.shadetabs li a:visited{
background: #ffffff;
color: #ffffff;
}

.shadetabs li a:hover{
background: #008800;
color: #000000;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color: #000000;
background: #ffffff;
top: 23px;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: #008800;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
                                

                                                                                                                                                                             