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

with(horizStyle=new mm_style()){

offclass="menuoff";
onclass="menuon";
separatorcolor="#FFFFFF";
separatorwidth=1;
separatorheight=10;
offbgcolor="transparent";
onbgcolor="#c5252d";
pagebgcolor="#c5252d";
fontfamily="arial, verdana, sans-serif";
fontsize="11px";
fontstyle="bold";
}

with(milonic=new menuname("mainmenu")){

openstyle="rtl";
align="right"; 

alwaysvisible=1;
margin=0;
orientation="horizontal";
style=horizStyle;
aI("text=;");
aI("text=BOOK ONLINE;url=https://reservations.leroslimo.com/QuickRes.aspx;target=_blank");
aI("showmenu=Contact;text=CONTACT;");
aI("showmenu=Myleros;text=MY LEROS;");
aI("text=;");
}

with(milonic=new menuname("Contact")){
top="offset=3";
margin=0;
style=vertStyle;
aI("image=images/global/red_dot.gif;text=get a quote;url=index.php?page=get-a-quote;");
aI("image=images/global/red_dot.gif;text=request information;url=index.php?page=request-information;");
aI("image=images/global/red_dot.gif;text=customer feedback;url=index.php?page=customer-feedback;");
}


with(milonic=new menuname("Myleros")){
top="offset=3";
margin=0;
style=vertStyle;
aI("image=images/global/red_dot.gif;text=manage profile;url=https://reservations.leroslimo.com;target=_blank");
aI("image=images/global/red_dot.gif;text=view reports;url=https://reports.leroslimo.com;target=_blank");
aI("image=images/global/red_dot.gif;text=get receipts;url=https://reports.leroslimo.com/QuickReceipt.asp;target=_blank");
aI("image=images/global/red_dot.gif;text=online survey;url=http://www.surveymonkey.com/s.asp?u=248542886485;target=_blank");
}

drawMenus();

