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()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=8;
pagebgcolor="#cccc99";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="/imgs/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
position="relative"; // added
style=menuStyle;
aI("text=Home;url=http://www.meandjulio.ca/;");
aI("text=Location / Hours;url=/location/;");
aI("showmenu=Menu;text=Menu;");
aI("showmenu=Reviews;text=Reviews;");
aI("text=Photos;url=/photos/;");
aI("text=Contact Us;url=/contact/;");
}

with(milonic=new menuname("Location")){
style=menuStyle;
aI("text=Location;url=/location/;")
}

with(milonic=new menuname("Menu")){
style=menuStyle;
aI("text=Dinner;url=/menu/MeandJulioDinnerMenu.pdf;");
aI("text=Lunch;url=/menu/JulioLunchMenuMarch10pdf;");
aI("text=Brunch;url=/menu/JulioBrunchMenuMarch10pdf;");
aI("text=Bebidas;url=/menu/MeandJulio-Bebidas.pdf;");
aI("text=De La Uva;url=/menu/MeandJulio-Wine.pdf;");
}

with(milonic=new menuname("Reviews")){
style=menuStyle;
aI("text=Eat Magazine;url=/reviews/;");
aI("text=The Vancouver Courier;url=/reviews/courier.php;");
aI("text=The Globe and Mail;url=/reviews/globe.php;");
aI("text=The Vancouver Sun;url=/reviews/sun.php;");
aI("text=SweetSpot.ca;url=/reviews/sweetspot.php;");
}

drawMenus();

