.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-bottom: 0;
font: bold 10pt Tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs li a{
text-decoration: none;
padding: 5px 7px;
height: 26px;
color: #3B7397;
background: #ffffff;
width: 100%;
}

.shadetabs li a:visited{
color: #3B7397;
}

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

.shadetabs li.selected{
position: relative;
top: 0px;
padding: .3em 0px;
background: url(images/serviceTbl_round.jpg) top left no-repeat;
}

.shadetabs li.selected a{ /*selected main tab style */
text-decoration: none;
padding-top: 2px;
height: 26px;
color: #000000;
background-color: transparent;
width: 100%;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
width: 100%;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
padding: 5px;
}

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