/* CSS Document */

.menu_list {	
	width:auto;
	background:#f1efe0;
}
.menu_head {
	padding: 8px 5px;
	padding-left: 16px;
	cursor:auto;
	position:relative;
	margin:0px 0px 1px 0px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: black;
    font-weight:bold;
    background: #f1efe0 url(../img/orange.jpg) repeat-y bottom left;
	border-bottom: 1px dotted #a8a4a5;
}

.menu_head:hover {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
    font-weight:bold;
	background: #f1efe0 url(../img/yellow.jpg) repeat-y bottom left;

}
.menu_head a{
	width:200px;
	text-decoration: none;
	color:#000000;
}
.menu_body {
	display:none;	
	background:#f1efe0;
}
.menu_body a{
	display:block;
	margin-top:1px;
	margin-left:10px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding-left:10px;
	font-weight:normal;
	padding: 5px 5px;
	padding-left: 14px;
	text-decoration:none;
	background: #f1efe0 url(../img/orange.jpg) repeat-y bottom left;
	border-bottom: 1px dotted #a8a4a5;
}
.menu_body a:hover{
	background:#ebe7c6  url(../img/yellow.jpg) repeat-y bottom left;;
	color: #ee721c;
  }