.shadetabs{

	padding: 3px 0;
	margin-left: 10;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	/*letter-spacing: 1px;*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	/*border: 1px solid #778;*/
	color: white;
	background-color: #ec8314;
	background-repeat: repeat-x;
	background-position: left top;
}

.shadetabs li a:visited{
/*color: #a62a1c;*/
}

.shadetabs li a:hover{
text-decoration: none;
color:#a4291c;
}

.shadetabs li.selected{

position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
    color:#a4291c;
	border-bottom-color: #fed9b1;
	background-color: #fed9b1;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	
	width: 558px;
	margin-bottom: 1em;
	/*background-color: #fed9b1;*/
}

.tabcontent{
	display:none;

}

@media print {
.tabcontent {
	display:block!important;

}
}

