#maintab{
	text-align: center;
	border-left: 1px solid #93A8C3;
	border-right: 1px solid #93A8C3;
	border-bottom: 1px solid #93A8C3;
	}
.shadetabs{
	font: bold 12px Verdana;
	color: #fff;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	height: 26px;
	background-image: url(h_mainmenu2_bg.gif); 
	background-repeat: repeat-x;
	}
.shadetabs li{
	display: inline;
	margin: 0;
	}
.shadetabs li a{
	text-decoration: none;
	margin: 0px;
	padding: 0px 5px;
	padding-bottom: 6px;
	border-top:0px!important;
	border-left: 1px solid #99acc6!important;
	border-right: 1px solid #013!important;
	border-bottom: 1px solid #013!important;
	color: #fff!important;
	background-image: url(h_mainmenu2_bg.gif); 
	background-repeat: repeat-x;
	height: 21px!important;
	}
.shadetabs li a:visited{
	color:#fff;
	border:none
	}
.shadetabs li a:hover{
	color:#ddd!important;
	text-decoration: underline;
	}
.shadetabs li.selected{
	position: relative;
	top: 1px;
	border: none;
	}
.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(h_mm2_active.gif);
	border-top: 0px!important;
	border-left: 1px solid #013!important;
	border-right: 1px solid #99acc6!important;
	border-bottom:1px solid #99acc6!important;
	}
.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	}
.tabcontentstyle{ /*style of tab content oontainer*/
	width: 495px;
	margin-bottom: 1em;
	padding: 10px;
	}
.tabcontent{
display:none;
	}

@media print {
.tabcontent {
display:block!important;
	}
	}