.menu_list {	
	width: 100%;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	margin:1px;
    font-weight:bold;
    background: #808080 url(../images/left.jpg) center right no-repeat;
}

.menu_head a {
  color:#FFF;
}

.menu_head a:visited {
  text-decoration:underline;
  }

.menu_body a{
  display:block;
  color:#FF0000;
  background-color:#EFEFEF;
  padding: 5px 10px;
  text-decoration:none;
  font-weight:bold;  
}

.menu_body a:hover{
  text-decoration:underline;
  }

a.current {
  color:#000000;
  text-decoration:underline;
 }