@charset "UTF-8";
.mbar, .mdrink, .mfood, .mgallery, .mcontact {
	color: #666666;
}

#main_menu-container
	{
	position: absolute;
	top: 1em;
	left: 1em;
	float: left;
	}
#main_menu
	{
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	width: 236px;
	font-weight: bold;
	}
		
#main_menu a
	{
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0;
	padding-top: 0px;
	color: #AEA87F;
	padding-right: 0px;
	padding-left: 47px;
	padding-bottom: 0px;
	}
#menu a:link, #menu a:visited, #menu a:active	/* menu at rest */
	{
	text-decoration:none;
	color: #AEA87F;
	}
	
#main_menu a:hover						/* menu on mouse-over  */
	{
	color: #666666;
	text-decoration:none;
	background-image: url(images/menu_bg_over.jpg);
	background-repeat: repeat-x;
	}	
	
#main_menu a.top_parent, #main_menu a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#main_menu a.parent, #main_menu a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#main_menu ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;	/* width of all menu boxes */	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#main_menu li
	{
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;
	width: 236px;
	}

