
.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 0px Arial;
list-style-type: none;
background: #ffffff;
border: 0px solid #E5E5E5;
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 0px;
margin-right: 0px;
border: 0px solid #000000;
color: #E5E5E5;
background: #ffffff;
}

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

.shadetabs li a:hover{
background: #ffffff;
color: #000000;
text-decoration:
}

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

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

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

.tabcontent{
display:none;
}

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

                                                                                                                                                                             