ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 30px;
	
	
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 27px;
	line-height: 27px;
	border: 1px solid #2c9bc0;
	border-bottom:none;
	margin-top: 2px;
	margin-right: 2px;
	background: #ddf1f7;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color:#035395;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #fff;
	
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	font-weight:bold;
	margin-top: 0px;
	height: 29px;
	line-height: 29px;
}
.tab_container {
	border-top: 3px solid #2c9bc0;
	border-bottom: 3px solid #2c9bc0;
	
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}