@charset "utf-8";

.menu_list {
	width: 180px;
	position: relative;
	float: right;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
   /* background: #eef4d3 url(left.png) center right no-repeat;*/
}
.menu_body {
	display:none;
	padding: 0 0;
}
.menu_body a {
  display:block;
  color:#247c26;
  background-color:#EFEFEF;
  padding: 5px 0 5px 10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover {
  color: #66CC33;
  text-decoration:none;
  padding: 5px 0 5px 10px;
}