ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border: 1px solid #CCC;	
	background:#EEEEEE;
	width: 100%;
	margin-top:5px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;

}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 11px;
	font-weight:bold;
	padding: 0 15px;
	outline: none;
	height:22px;
	margin:4px;
	line-height:22px;
}
ul.tabs li a:hover {
	background: #ccc;
}
/*html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}*/

ul.tabs li.active a { background:#FFF; margin:4px}

 .tab_container {
	border: 1px solid #CCC;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
	margin-bottom:5px
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}