@charset "utf-8";
/* CSS Document */
.menu_list {	
	width: 100%;
}
.menu_head {
	font:normal 12px/24px Arial, Helvetica, sans-serif;
	display:block;
	cursor: pointer;
	position: relative;
	color:#333;
	height:24px;
	padding:0 12px;
	border-bottom:1px solid #DAE5B9;
	background:url(../images/closed.gif) 200px center no-repeat;
}
.menu_head a{color:#333; text-decoration:none; display:block; width:80%;}
.menu_head a:hover{text-decoration:underline;}
.menu_head:hover{}
.menu_body {
	display:none;
	border-bottom:1px solid #DAE5B9;
}
.menu_body a{
  display:block;
  color:#333;
  background-color:#FFF;
  padding-left:24px;
  text-decoration:none;
  line-height:2em;
  font-size:11px;
}
.menu_body a:hover{
  color: #000;
  text-decoration:underline;
  }