_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#FD0303";
padding="6";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="8";
}

with(menuStyle=new mm_style()){
align="left";
fontfamily="Arial Black";
fontsize="10pt";
fontstyle="normal";
fontweight="normal";
offbgcolor="#ffffff";
offcolor="Brown";
onbgcolor="#ffffff";
oncolor="#000000";
separatorcolor="Transparent";
separatorsize="8";
overbgimage="images/bracket1.gif";
imagepadding="6";
itemheight="40";
itemwidth="120";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
itemwidth="78";
orientation="vertical";
itemheight="30";
aI("text=Home;target=;url=.././;align=center;");
aI("text=Menu;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";align=center;");
aI("showmenu=Breakfastbreakfast drinksLEFT_MENU;text=Breakfast;target=;url=Breakfast.html;align=center;");
aI("text=Lunch;target=;url=Lunch.html;align=center;");
aI("text=cold sandwiches;target=;url=cold-sandwiches.html;align=center;");
aI("text=hot sandwiches;target=;url=hot-sandwiches.html;align=center;");
aI("text=specials soups;target=;url=specials-soups.html;align=center;");
aI("text=Dinner;target=;url=Dinner.html;align=center;");
}

with(milonic=new menuname("Breakfastbreakfast drinksLEFT_MENU")){
style=submenuStyle;
aI("text=breakfast drinks;target=;url=breakfast-drinks.html;");
}


 drawMenus();
