
.menu_list {	
	width: 632px;
}
.menu_list p{	
	margin:0 !important; padding:0 !important;
}
.menu_head {

	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    background: #f3f3f3  center right no-repeat;
	background:url(../images/left.png) no-repeat top right;
}
.menu_body {
	display:none;
	  background:#f3f3f3 !important;
}
.menu_body a{
  display:block;
  color:#006699;
  background:#f3f3f3;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover{
  color: #000000;
  text-decoration:none;
  }
