#move_middle_head{
	width:988px;
	height:149px; /* ori is 188 */
	
	position:relative;
	margin:18px auto 8px auto;
	
	font-size:18px;
	font-family:Century Gothic, sans-serif;
	font-weight:300;
	color:#666;
	
	border-radius:3px;
	border-bottom:2px solid #F9F9F9;
	
	/* background:#222; */
}

#name_box{
	width:338px;
	height:148px;	
	
	margin-top:28px;
	position:relative;
	float:left;
}

#left_name{
	width:78px;
	height:148px;
	line-height:108px;
	
	position:relative;
	float:left;
	
	text-align:center;
	font-size:48px;
	color:#666;	
}

#right_name{
	width:78px;
	height:148px;
	line-height:108px;
	
	position:relative;
	float:left;
	
	text-align:center;
	font-size:50px;
	font-weight:800;
	color:#444;	
}

#menu_box{
	width:608px;
	height:128px;
	
	position:relative;
	margin-left:28px;
	float:left;
	
	/* border:1px solid #E9E9E9; */
}

.menu_ul{
	width:606px;
	height:128px;
	list-style:none;
	padding:0;
	margin:0;
}

.menu_ul li{
	width:178px;
	height:102px;
	line-height:32px;
	
	padding:10px;	
	position:relative;
	float:left;
	
	margin-left:3px;
	border-radius:8px;
	background:#FFF;
	display:block;
	
	border-bottom:6px solid #999;
	box-shadow:0 1px 1px #C2C2C2;
}

.menu_ul li:hover{
	height:108px;
	background:#333;
	
	border-bottom:3px solid #777;
}

.menu_ul li a{
	color:#777;
	font-size:16px;
	text-decoration:none;
}