ul.tabs {
		margin: 0;
		padding: 0;
		float: left;
		list-style: none;
		height: 32px;
		width: 91%;
		margin-top:-25px;
		margin-left:8%;
	}
	ul.tabs li {
		float: left;
		margin: 0;
		cursor: pointer;
		padding-right:20px ;
		height: 31px;
		line-height: 31px;
		font-weight: bold;
		overflow: hidden;
		color:#000;
	}
	ul.tabs li:hover {
		color:#F00;
	}	
	ul.tabs li.active{
		background: #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		color:#F00;
	}
	.tab_container {
		border-top: none;
		clear: both;
		float: left; 
		width: 100%;
		background: #FFFFFF;
		color:#000;
	}
	
	.tab_content {
		display: none;
		float:left;
		padding:10px 0;
		width:99%;
	}
	
	#container {
		float:left;
		width:100%;
	}