.shadetabs{
padding: 9px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0px;
font: bold 12px Arial, Helvetica, sans-serif;

text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
}

.shadetabs li a{
text-decoration: none;
padding: 9px 20px;
color: #D9ECFF;
background: white url(menu-topbg.gif);
}

.shadetabs li a:hover{
text-decoration: none;
color: #644001;
background-image: url(bg_menu_on.gif);
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(bg_menu_on.gif);
color: #644001;
border-color:#D9ECFF; 
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 100%;
padding: 0px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
