fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=50;
_menuOpenDelay=50;
_subOffsetTop=0;
_subOffsetLeft=50;

with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial, Tahoma";
fontsize="12px";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#525252";
offcolor="#ffffff";
onbgcolor="#525252";
oncolor="#99CC33";
outfilter="randomdissolve(duration=0)";
overfilter="Fade(duration=.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=6;
pagebgcolor="#525252";
pagecolor="#ffffff";
separatorcolor="#ffffff";
separatorsize=1;
subimage="";
subimagepadding=6;
}

with(milonic=new menuname("Gallery")){
style=menuStyle;
borderstyle="solid";
borderwidth=0;
bordercolor="#ffffff";
aI("text=<strong>Food Gallery</strong>&nbsp;url=foodgallery.html;")
aI("text=<strong>Catering Gallery</strong>;url=restaurantgallery.html;")
}
with(milonic=new menuname("Catering")){
style=menuStyle;
borderstyle="solid";
borderwidth=0;
bordercolor="#ffffff";
aI("text=<strong>Full Service Catering</strong>&nbsp;;url=fullservicecatering.html;")
aI("text=<strong>Setup Only Catering</strong>;url=setuponlycatering.html;")
}


drawMenus();



