.tag_section {
	width: 100%;
	padding-top: 2px;
	height: 25px;
	background: #743b0d;
}

.tag_section .shadetabs{
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.tag_section .shadetabs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.tag_section .shadetabs li{
	display: inline;
	margin: 0;
}

.tag_section .shadetabs li a{
	display:inline-block;
	height: 24px;	
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 1px 2px 0 2px;
	margin-right: 1px;
	color: #ffffff;
	font-weight: bold;
}

.tag_section .shadetabs li a:visited{
	text-decoration: none;
	color: #ffffff;
}

.tag_section .shadetabs li a:hover{
	color: #ffffff;
	text-decoration: none;
	background: #3E2001;
}

.tag_section .shadetabs li a.selected{ /*selected main tab style */
	color: #ffffff;
	text-decoration: none;
	background-color: #3E2001; 
	color: #ffffff;
	position: relative;
	top: 1px;
}

.tag_section .shadetabs li a.selected:hover{ /*selected main tab style */
	color: #ffffff;
	text-decoration: none;
}

.tabcontent_section {
	clear: both;
	float:left;
	padding: 10px 10px 0 10px;
	width: 180px;
	background: #3E2001;	
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
