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;
/* the default subOffset for this menu was -2.  I changed it to -10 to compensate for the margin that I added online 49.  */
_subOffsetLeft=-10;




with(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=3;
}

with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
/* the left attribute over-rides the table postioning that I used in my include */
/* left=228;   */
/* the margin attribute set up a margin within the table cell  */
margin=10;
/* followscroll set to one lets the menu float along with the page */
followscroll=1;
/* top sets some permanent space above the menu for the logo  */
top=75;
orientation="vertical";
style=AllImagesStyle;
aI("image=Home1.gif;overimage=Home2.gif;url=index.php;");
aI("image=FreshFoods1.gif;overimage=FreshFoods2.gif;url=FreshFoods.php;");
aI("image=TakeOut1.gif;overimage=TakeOut2.gif;url=TakeOut.php;");
/* adding the pointer=default attribute makes the luttle hand go away on the menu items that have sub categories */
aI("image=Catering1.gif;overimage=Catering2.gif;showmenu=Catering;pointer=default;");
aI("image=Groceries1.gif;overimage=Groceries2.gif;url=Groceries.php;");
aI("image=GiftCards1.gif;overimage=GiftCards2.gif;url=GiftCards.php;");
aI("image=Specials1.gif;overimage=Specials2.gif;showmenu=Specials;pointer=default;");
aI("image=Directions1.gif;overimage=Directions2.gif;url=Directions.php;");
aI("image=Contact1.gif;overimage=Contact2.gif;url=Contact.php;");
}

with(milonic=new menuname("Catering")){
style=menuStyle;
aI("image=CustomCatering1.gif;overimage=CustomCatering2.gif;url=CustomCatering.php;");
aI("image=PickUp1.gif;overimage=PickUp2.gif;url=PickUp.php;");
}

with(milonic=new menuname("Specials")){
style=menuStyle;
aI("image=Weekly1w.gif;overimage=Weekly2w.gif;url=WeeklySpecials/Weekly.PDF;target=new;");
aI("image=Daily1w.gif;overimage=Daily2w.gif;url=Daily.php;");
aI("image=Monthly1w.gif;overimage=Monthly2w.gif;url=Monthly.php;");
}

drawMenus();


