.menu_list {
	margin:0;
	width: 215px; 
	background:url(images/hmenu/rp.jpg) repeat-y #FFF;
}
.menu_head {
	padding:7px 0;
	cursor: pointer;
	position: relative;
	margin:0;
    font-weight:bold;
    background: center right no-repeat;
}
.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  color:#006699;
  padding:2px 0 2px 30px;
  text-decoration:none;
}
.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  }