@charset "utf-8";
/* CSS Document */
body
{ 
	/*margin: 10px auto; */
  font: 75%/120% Verdana, Arial, Helvetica, sans-serif; 
}
.menu_list { 
	/*width: 150px; */
}
.menu_head { 
	height:30px;
	width:230px;
	color:#ffffff;
	text-indent:15px;
	font-size:14px;
	font-family:微软雅黑;
	/*letter-spacing:-0.1px; */
	line-height:30px;
	/*padding: 0px 10px; */
	cursor: pointer; 
	margin:2px 2px 2px 0px;
	position: relative;
	background:#4f5456;
	 }
.menu_body { 
	display:none; 
}
.menu_body a { 
	display:block;
	height:30px;
	width:215px;
	font-size:14px;
	line-height:30px; 
	color:#717171; 
	background-color:#eeeeee; 
	padding-left:15px; 
	
	text-decoration:none; 
}
.menu_body a:hover { 
	color: #000000; 
	/*text-decoration:underline; */
	background:#dddddd;
}

.fixedNav{
	display: none;
}
