fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
align='center';
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10px";
fontstyle="normal";
fontweight='bold';
itemheight=20;
itemwidth=549;
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=0;
separatorsize=0;
separatorpadding=0;
}

with(dropStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#FFFFFF";
headercolor="#000000";
offbgcolor="#0033CC";
offcolor="#FFFFFF";
onbgcolor="#8D9DCD";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=6;
pagebgcolor="#ffffff";
separatorcolor="#FFFFFF";
separatorsize=1;
itemwidth=95;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
orientation="horizontal";
style=menuStyle;
top=1;
aI("image=/assets/images/menuBut.jpg;showmenu=FOOD;");
aI("image=/assets/images/wineBut.jpg;url=Wine_Botique.asp;itemwidth=104;");
aI("image=/assets/images/cheeseCakeBut.jpg;url=cheese_cake.asp;itemwidth=102;");
aI("image=/assets/images/partiesBut.jpg;url=Private_Parties.asp;itemwidth=56;");
aI("image=/assets/images/calendarBut.jpg;url=Calendar.asp;itemwidth=69;");
aI("image=/assets/images/booksBut.jpg;url=books.asp;itemwidth=53;");
aI("image=/assets/images/directionsBut.jpg;url=directions.asp;itemwidth=118;");
}

with(milonic=new menuname("FOOD")){
top="offset=-2";
left="offset=20";
style=dropStyle;
aI("text=DINNER;url=menu.asp?menu_type=2;");
aI("text=DESERTS;url=menu.asp?menu_type=1;");
aI("text=BISTRO MENU;url=menu.asp?menu_type=8;");
aI("text=KIDS MENU;url=menu.asp?menu_type=9;");
}

drawMenus();

