.container {width: 517px; margin: 10px auto;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;

}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 67px;
	line-height: 67px;
	border-left: none;
	overflow: hidden;
	position: relative;

}
ul.tabs li a {
	text-decoration: none;
	font-family:Arial;
	font-weight:bold;
	color: #0033cc;
	display: block;
	font-size: 14px;
	border: 1px solid #b5b5b5;
	outline: none;
	text-align:left;
}
ul.tabs li a:hover {
	color:#333333;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
	color:#333333;
}
.tab_content {
	padding: 15px;
	font-size: 11.2em;
	line-height:25px;
}
.tab_container {
	border: 1px solid #c1cee0;
	border-top: none;
	clear: both;
	background: #fff;

}