.shadetabs{
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	background-color: #FF9900;
}

.shadetabs li{
	display: inline;
	margin: 0;
	color: #000000;
}

.shadetabs li a{
	text-decoration: none;
	background-color: #FF9900;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	color: #FFFFFF;
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #990000;
}

.shadetabs li.selected{
	color: #000000;
}

.shadetabs li.selected a{ /*selected main tab style */
	color: #000000;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	width: auto;
	margin-bottom: 1em;
	margin-left: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
.tab_menu {
	width: auto;
	margin-left: 4px;
	border-top-color: #737B86;
}
