.shadetabs2{
padding: 1px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 9px Trebuchet MS;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs2 li a{
text-decoration: none;
padding: 2px 2px;
margin-right: 1px;
border: 0px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs2 li a:visited{
color: #2d2b2b;
}

.shadetabs2 li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs2 li.selected{
position: relative;
top: 1px;
}

.shadetabs2 li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

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

.tabcontent2style{ /*style of tab content oontainer*/
border: 0px solid gray;
width: 468px;
margin-bottom: 0em;
padding: 1px;
}

.tabcontent2{
display:none;
}

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