@charset "utf-8";
/* CSS Document */


.menu_head {
	cursor: pointer;
	position: relative;
	font-weight:bold;
	display: block;
	height: 45px;
	width: 135px;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 45px;
	color: #FFFFFF;
	background-color: #7F0202;
	border-radius:6px;
	margin-bottom: 10px;
	background-image: url(../img/zxcptb.jpg);
	background-repeat: no-repeat;
	background-position: 40px 5px;
	padding-left: 95px;
}
.menu_body {
	display:none;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.menu_body a {
	display:block;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	height: 35px;
	width: 230px;
	background-image: none;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.menu_body a:hover { color: #FF0000; }
