fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=200;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=-0;




with(menuStyle=new mm_style()){
bordercolor="#733232";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="9px";
fontstyle="normal";
offbgcolor="#EFE2B5";
offcolor="#733232";
onbgcolor="#939C35";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#777777', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#BCC395";
pagecolor="#4B4B23";
separatorcolor="#733232";
separatorsize=1;
subimage="../images/arrow.gif";
subimagepadding=2;
}

with(menuStylemain=new mm_style()){
topbarimageloc = "center;middle"
   subimageloc = "center;middle"
}

with(milonic=new menuname("about")){
style=menuStyle;
itemwidth=140;
aI("text=overview;url=about_overview.php;");
aI("text=news and press;url=about_news.php;");
aI("text=meet our people;url=about_ourpeople.php;");
aI("text=photo gallery;url=about_gallery.php;");
aI("text=frequent diners club;url=members_club.php;");
}

with(milonic=new menuname("menus")){
style=menuStyle;
itemwidth=140;
aI("text=lunch menu;url=menus_lunch.php;");
aI("text=dinner menu;url=menus_dinner.php;");
aI("text=dessert menu;url=menus_dessert.php;");
aI("text=from the bar;url=menus_bar.php;");
aI("text=banquet menu;url=menus_banquet.php;");
aI("text=recipes;url=menus_recipes.php;");
}

with(milonic=new menuname("events")){
style=menuStyle;
itemwidth=140;
aI("text=upcoming events;url=events_upcoming.php;");
aI("text=promotions;url=events_promotions.php;");
aI("text=banquets;url=events_banquets.php;");
aI("text=private parties;url=events_parties.php;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
itemwidth=140;
aI("text=location and directions;url=contact_location.php;");
aI("text=email and phone numbers;url=contact_email.php;");
aI("text=reservations;url=contact_reservations.php;");
}

drawMenus();

