ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 30px;
	position:relative;

}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border-left: none;
	margin-bottom: -1px;
	background: #8A298A;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 1em;
	padding: 0 20px;
	outline: none;
	border-left:1px solid #f0f0f0;
}
ul.tabs li a:hover {
	background: #E01BE0;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #ff6600;
}
.tab_container {

}
.tab_content {
	clear:both;
}
