.menu_list {	
	width: 150px;
}

.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
	color:#FFF;
    background: #cb2e2e url(left.png) center right no-repeat; 
/*  background: #f4d173 url(left.png) center right no-repeat; */
}

.menu_body {
	display:none;
}

.menu_body a{
  display:block;
/*  color:#006699; */
  color:#FFF;
  background-color:#EFEFEF;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
 
}
/*.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  }*/


/********************************************/


.menu_in{
height:300px; 
width:300; 
overflow-y:scroll; 
overflow-x:hidden;
}


.curved {
background-color: #FFF;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #d74e4e;
padding: 10px;

}




