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=1;



with(menuStyle=new mm_style()){
bordercolor="#ff0000";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Verdana, Tahoma";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
imagepadding=0;
offbgcolor="#9b9cc2";
offcolor="#ffffff";
onbgcolor="#9b9cc2";
oncolor="#003366";
outfilter="Fade(Overlap=1.00)";
padding=5;
pagecolor="#003366";
}

with(submenuStyle=new mm_style()){
styleid=1;
bordercolor="#9b9cc2";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#003366";
onbgcolor="#9b9cc2";
oncolor="#003366";
padding=3;
pagecolor="#003366";
pagebgcolor="#cdcee2";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
top=10;
left=10;
openstyle="down";
orientation="horizontal";
style=menuStyle;
position="relative";

aI("text=About Us &nbsp;&nbsp;|&nbsp;;url=about.html;");
aI("text=Our Menus &nbsp;&nbsp;|&nbsp;;url=our-menus-corp.html;showmenu=our-menus;");
aI("text=Our Services &nbsp;&nbsp;|&nbsp;;url=services.html;showmenu=services;");
aI("text=Our Partners &nbsp;&nbsp;|&nbsp;;url=partners.html;");
aI("text=News & Events &nbsp;&nbsp;|&nbsp;;url=news.html;");
aI("text=Contact Us;url=contact.html;");
}

with(milonic=new menuname("our-menus")){
openstyle="down";
style=submenuStyle;
aI("status=Corporate Events;text=Corporate Events;url=our-menus-corp.html;");
aI("status=Weddings;text=Weddings;url=our-menus-weddings.html;");
}

with(milonic=new menuname("services")){
openstyle="down";
style=submenuStyle;
aI("status=Catering;text=Catering;url=services.html;");
aI("status=Weddings;text=Weddings;url=weddings.html;");
aI("status=Corporate Events;text=Corporate Events;url=corp_events.html;");
}

drawMenus();

