@charset "utf-8";
/* CSS Document */

.menu_list {	
	width: 100%;
}
.menu_head {
	padding: 5px 10px;
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
	cursor: pointer;
	/*position: relative;*/
	margin:1px;
	color:#FFFFFF;
   background: url(../index_dropmen_plus.gif) no-repeat 95% 50%;
   display:block;
   width:220px;
	/*background: url(../images/index_dropmen_sep.jpg) center bottom no-repeat;*/
}
.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  color:#006699;
  background-color:#EFEFEF;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  }