ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	margin-right: 1px;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	display:block;
	background:#7d1515;
}
ul.tabs li a {
	text-decoration: none;
	font-weight:bold;
	display: block;
	padding: 0 20px;
	outline: none;
}
ul.tabs li a:hover {
	background: #911f22;
}
	
html ul.tabs li.active, html ul.tabs li.active a:hover {
	background: #b12c2f;
	border-bottom: none;
}

.tab_container {

	border-top: none;
	clear: both;
	float: left; 
	width: 100%;

}
.tab_content {
margin-top:10px;
	padding: 1px;

}

