.sub_shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 11px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.sub_shadetabs li{
display: inline;
margin: 0;
}

.sub_shadetabs li a{
text-decoration: none;
/*padding: 3px 0px; */
/*margin-right: 3px; */
border: 1px solid #778; /* border*/
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.sub_shadetabs li a:visited{
color: #2d2b2b;
}

.sub_shadetabs li a:hover{
text-decoration: none;
/*color: #999999;*/
border: 1px solid #778; /* border*/
background-image: url(shadehover.gif);
}

.sub_shadetabs li.selected{
position: relative;
/*top: 1px;*/
}

.sub_shadetabs li.selected a{ /*selected main tab style */
color: #999999;
background-image: url(shadeactive.gif);
border-bottom: 0px solid #cccccc; /* border*/
border-right-width: 1px;
border-right-color: #cccccc;
border-left-width: 1px;
border-right-color: #cccccc;
/*font-weight:bold;*/
}

.sub_shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.sub_tabcontentstyle{ /*style of tab content oontainer*/
border: #cccccc 0px solid;
width: 280px;
height: 265px;
margin-bottom: 0em;
padding: 4px;
}

.sub_tabcontent{
display:none;
}

@media print {
.sub_tabcontent {
display:block!important;
}
}