ul.tabs {
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.tabs li {
	display: inline-block;
	cursor: pointer;
	padding: 4px 10px; 
	text-transform: uppercase;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
}
ul.tabs li.active,
ul.tabs li:hover {
	color: #ba933e;
}
ul.tabs li:not(:last-of-type) {
    border-right: 1px solid #634c1b;
}
.tab_container {
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
}
.tab_content {
	display: none;
}



