ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 42px;
	border-left: 1px solid #D5D1CC;
	border-bottom: 1px solid #D5D1CC;
	width: 100%;
	font-size: 14px;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 41px;
	line-height: 41px;
	border: 1px solid #D5D1CC;
	border-left: none;
	margin-bottom: -1px;
	background: #c5d7ed;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	outline: none;
}
ul.tabs li a:hover {
	background:#a6c4e9;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #D5D1CC;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	height: 380px;
	background: #fff;
}
.tab_content {
	padding: 10px;
}

