.menu_list {	
}
.menu_head {
	padding-left: 30px;
	cursor: pointer;
	position: relative;
	margin-bottom:5px;
	margin-top:5px;
    font-weight:bold;
    background: #999999 url(/img/button_b.jpg) center left no-repeat;
	color:#DEDEDE;
}
.menu_head a{
	color:#DEDEDE;
}
.menu_body {
	display:none;
	background-color:#999999;
}
.menu_body a{
	margin-left:35px;
  	display:block;
  	color:#DEDEDE;
  	padding-left:35px;
  	font-weight:bold;
  	text-decoration:none;
  	background: #999999 url(/img/button_s.jpg) center left no-repeat;

}
.menu_body a:hover{
  color: #DEDEDE;
  text-decoration:underline;
  background: #999999 url(/img/button_s_h.jpg) center left no-repeat;
  }

#totop{
  	color:#DEDEDE;
  	font-weight:bold;
	cursor:pointer;
	text-decoration:underline;
}