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="#931721";
borderstyle="solid";
borderwidth=1;
fontfamily="Times";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#931721";
offcolor="#ffffff";
onbgcolor="#000000";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=5;
pagebgcolor="#cccccc";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimage="../web-data/Components/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="scroll";
style=menuStyle;
aI("showmenu=fresh;text=Fresh;");
aI("showmenu=frozen;text=Frozen;");
}

with(milonic=new menuname("fresh")){
overflow="scroll";
style=menuStyle;
aI("text=Mac Packed Primals;url=catering_products.html;")
aI("text=Portion Controlled Meat;url=catering_fresh_products.html;")


}

with(milonic=new menuname("frozen")){
style=menuStyle;
aI("text=Portion Controlled Convenience Products;url=catering_portion_controlled.html;");
}


drawMenus();


