.shadetabs1{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Trebuchet MS;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs1 li{
display: inline;
}

.shadetabs1 li a{
text-decoration: none;
position: relative;
z-index: 1;
color:#000000;
font-weight:normal;
}

.shadetabs1 li a:hover{
text-decoration: none;
color: #000000;
}

.shadetabs1 li a.selected{ /*selected main tab style */
position: relative;
color:#000000;
font-weight:bold;
}

.shadetabs1 li a.selected:hover{ /*selected main tab style */
color:#000000;
text-decoration: none;
}

.tabcontent1{
display:none;
}

@media print {
.tabcontent1 {
display:block !important;
}
}