




.container {width: 782px; margin: 10px 0 20px 0;}
ul.tabs {
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
}
ul.tabs li {
	float: left;
	height: 32px;
	line-height: 32px;
	background: #bdc9d5;
	overflow: hidden;
	position: relative;
	margin: 0 2px 0 0;
}
ul.tabs li a {
	text-decoration: none;
	color: #414141;
	display: block;
	padding: 0 25px;
	outline: none;
}
ul.tabs li a:hover {
	background: #8d9eb0;
	color: #ffffff;
}	
html ul.tabs li.active {
	background: #eef1f4;
	color: #414141;
}
html ul.tabs li.active a:hover {
	background: #eef1f4;
	color: #414141;
}
.tab_container {
	clear: both;
	float: left; 
	width: 100%;
	background: #eef1f4;
}
.tab_content {
	padding: 20px;
	color: #414141;
}
.tab_content h3 {
	color: #414141;	
	font-weight: normal;
	font-size: 18px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #8d9eb0;
	margin: 0 0 15px 0;
}
.tab_content ul {
	padding: 0 0 15px 60px;	
}
.tab_content ul li {
	list-style-type: square;	
}



