/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0;
margin: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.navi_shade {
padding: 0;
margin: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.navi_shade li {
display: inline;
margin: 0;
}

.navibox {
display:none;
}

@media print {
.navibox {
display:block !important;
}

#navitab {
width:621px;
height:auto;
float:left;
}

.contentswitch_shade {
padding: 0;
margin: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.contentswitch_shade li {
display: inline;
margin: 0;
}

.contentswitchcontent {
display:none;
}

@media print {
.contentswitchcontent {
display:block !important;
}

#contentswitchtab {
width:337px;
height:auto;
float:left;
}