.tabwrap {
	background: #fff;
	overflow: hidden;
	margin: 10px 0;
}


.tabs{
overflow: hidden; 
margin-bottom:10px;
}
.tabs li{
	list-style: none;
}
.tabs li a{
	float: left;
	display: block;
	color: #777;
	text-decoration: none;
	text-align: center;
	padding:0 20px;
	background:#ECECEC;
	line-height:2em;
}
.tabs li a:hover,
.tabs li a.active{
	background:#ddd;
	color:#333;
}
.tabcontent{
	
}



.tabs1,.tabs2,.tabs3{
overflow: hidden; 
margin-bottom:10px;
}
.tabs1 li,.tabs2 li,.tabs3 li{
	list-style: none;
}
.tabs1 li a,.tabs2 li a,.tabs3 li a{
	float: left;
	display: block;
	color: #777;
	text-decoration: none;
	text-align: center;
	padding:0 20px;
	background:#ECECEC;
	line-height:2em;
}
.tabs1 li a:hover,
.tabs1 li a.active,
.tabs2 li a:hover,
.tabs2 li a.active,
.tabs3 li a:hover,
.tabs3 li a.active{
	background:#ddd;
	color:#333;
}
.tabcontent1{
	
}