.menu_head {
	width: 94%;
	height: 35px;
	line-height: 35px;
	padding-left: 26px;
	font-size: 15px;
	color: #525252;
	cursor: pointer;
	border: 1px solid #e1e1e1;
	position: relative;
	margin: 0px;
	font-weight: bold;
	background: #f1f1f1 url(../../images/pro_left.png) center right no-repeat;
}
.menu_list .current {
	background: #f1f1f1 url(../../images/pro_down.png) center right no-repeat;
}
.menu_body {
	width: 92.3%;
	height: auto;
	overflow: hidden;
	padding: 20px 20px;
	border-left: 1px solid #e1e1e1;
	backguound: #fff;
	border-right: 1px solid #e1e1e1;
	font: 16px/25px "新細明體";
}
.menu_body a {
	display: block;
	width: 92%;
	line-height: 25px;
	color: #777777;
	background: #fff;
	text-decoration: none;
	border-bottom: 1px solid #e1e1e1;
}
.menu_body a:hover {
	text-decoration: none;
}
