@font-face {
	font-family: helvetica;
	src: url('HelveticaNeue.ttf');
}
.menu_list {	
	width: 150px;
}
.menu_head {
	padding: 0px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-family:  helvetica, verdana, arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	background:url(bg_menu.jpg) left top no-repeat;
	color:#000000;
	text-transform:uppercase;
	width:150px;
	height:53px;
	line-height:51px;

}
.menu_body {
	display:none;
	background:url(m_mid.jpg) left top repeat-y;
	
}
.menu_foot{
height:7px;
background:url(m_bot.jpg) left top no-repeat;
}
.menu_body a{
 font-family:  helvetica, verdana, arial,sans-serif;
  display:block;
  color:#006699;
  font-size:11px;
  background-color:#EFEFEF;
  padding-left:10px;
  font-weight:bold;
 
  text-decoration:none;
}
.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  }

.menu_body ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	background:url(m_top.jpg) left top no-repeat;
	
	}
.menu_body ul li ul li{
	position: relative;
	background:#f0eeea ;
	}
.menu_body ul li ul li a {
	display: block;
	text-decoration: none;
	color: #1C1B1B;
	background: none; /* IE6 Bug */
	padding: 5px 5px 5px 18px;
	border-bottom: 0;

}

.menu_body ul li {
	position: relative;
	background:url(arrow.png) left  top no-repeat;
	
		}
	
.menu_body li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
.menu_body  ul li a {
	display: block;
	text-decoration: none;
	color: #1C1B1B;
	background: none; /* IE6 Bug */
	padding: 5px 5px 5px 18px;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html .menu_body ul li { float: left; height: 1%; }
* html .menu_body ul li a { height: 1%; }
/* End */

.menu_body ul li a:hover { color: #a45530; background:url(arrow.png) #d2cec7 left top no-repeat; text-decoration:none; } /* Hover Styles */
		
.menu_body li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
.menu_body li:hover ul, li.over ul { display: block; } /* The magic */