@charset "utf-8";

#outer{
	width:1200px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}

#tab{
text-align:center;
position:relative;
margin-left:360px;
}

#tab li{
	width:120px;
	height:35px;
	line-height:35px;
	overflow:hidden;
	cursor:pointer;
	position:relative;	
		z-index:1;
		border:1px solid #eee;
		float:left;
		border-radius:10px;
		background:#fff;
		margin:0 20px;
		

}
#tab li a{
	font-size:14px;
		display:block;
		font-family:"Bauhaus 93", "Alibaba Sans Light", Arial;
		
	}
	
#tab li.current{	
display:block;
background:#cdcdcd;
text-align:center;
}
#tab li.current a{
	color:#fff;}
#content{
width:100%;
padding:30px 0;
overflow:hidden;
position:relative;

}
#content ul{
	display:none;
	color:#666;
}

