.menu_list {
	width: 213px;
	margin-left: 1px;
}
.menu_head {
	cursor: pointer;
	position: relative;
	font-weight:bold;
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	height: 21px;
	padding-left: 32px;
	padding-top: 7px;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.menu_body {
	display:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.menu_body a {
	display:block;
	background-color:#f0f0f0;
	text-decoration:none;
	background-image: url(../images/bodyok.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	color: #000;
	margin-top: 1px;
	margin-bottom: 1px;
}
.menu_body a:hover{
	color: #ff7e00;
	text-decoration:none;
}

