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=10;
_subOffsetLeft=-10;



with(menuStyle=new mm_style()){
bordercolor="#301308";
borderstyle="solid";
borderwidth=0;
fontfamily="Georgia, Times New Roman, Times, serif";
fontsize="85%";
fontstyle="normal";
fontweight='normal';
headercolor="#000000";
offbgcolor="#ead0a8";
offcolor="#301308";
onbgcolor="#301308";
oncolor="#ffffff";
outfilter="Fade(duration=0.5)";
padding=10;
separatorcolor="#301308";
separatorsize=1;
separatorpadding=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;

aI("text=Home;url=./index.html;");
aI("showmenu=MENU;text=Menu;url=./menu.htm;");
aI("text=Catering;url=./catering.htm;");
aI("text=Location;url=./location.htm;");
aI("showmenu=ABOUT;text=About Dahlia's;url=./about.htm;");
}

with(milonic=new menuname("MENU")){
overflow="scroll";
style=menuStyle;
aI("text=Breakfast & Baked Goods;url=./menu.htm#breakfast;")
aI("text=Soups & Sides;url=./menu.htm#soups;")
aI("text=Salads;url=./menu.htm#salads;")
aI("text=Cold & Warm Sandwiches;url=./menu.htm#sandwiches;")
aI("text=Beverages;url=./menu.htm#beverages;")
}

with(milonic=new menuname("ABOUT")){
overflow="scroll";
style=menuStyle;
aI("text=Urban Spoon Reviews;url=http://www.urbanspoon.com/r/131/1451802/restaurant/Dahlias-Bistro-Edmonton;")
aI("text=Give Us Your Feedback!;url=./feedback.htm;")
aI("text=Careers;url=./careers.htm;")
}

drawMenus();

