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,helvetica";
fontsize="12px";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#3D2C25";
offcolor="#CABC86";
onbgcolor="#3D2C25";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0)";
overfilter="Fade(duration=.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=3;
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;")
}
with(milonic=new menuname("Specials")){
style=menuStyle;
borderstyle="solid";
borderwidth=0;
bordercolor="#ffffff";
aI("text=<strong>Lunch Specials</strong>&nbsp;;url=lunch_special.php;")
aI("text=<strong>Event Specials</strong>;url=events_specials.html;")
}

with(milonic=new menuname("Video")){
style=menuStyle;
borderstyle="solid";
borderwidth=0;
bordercolor="#ffffff";
aI("text=<strong>T.V ADs</strong>;;url=http://www.youtube.com/watch?v=cJXGcYzNWBk")
}


drawMenus();


