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="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#C6B2F0";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);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;
orientation="horizontal";
screenposition="center";
overflow="scroll";
followscroll=1;
top=310;
style=menuStyle;
aI("image=/images/find_1.gif;overimage=/images/find_2.gif;text=Find this lovely North Yorkshire Village Pub;url=north-yorkshire-village-pubs-find.htm;");
aI("image=/images/new/food_1.gif;overimage=/images/new/food_2.gif;showmenu=Food;text=Menus;");
aI("image=/images/new/drinks_1.gif;overimage=/images/new/drinks_2.gif;showmenu=Drinks;text=Drinks;");
aI("image=/images/contact_1.gif;overimage=/images/contact_2.gif;text=Contact;url=contact.htm;");
aI("image=/images/open_1.gif;overimage=/images/open_2.gif;showmenu=Open;text=Openings;");
aI("image=/images/slide_1.gif;overimage=/images/slide_2.gif;text=Slide Show;url=slide_show.htm;");
aI("image=/images/home_1.gif;overimage=/images/home_2.gif;text=Home;url=index.htm;");
}

with(milonic=new menuname("Open")){
style=menuStyle;
orientation="horizontal";
aI("text=Doors;url=open_doors.htm;");
aI("text=Meals;url=open_meals.htm;");
}

with(milonic=new menuname("Food")){
style=menuStyle;
orientation="horizontal";
aI("text=Our Chef;url=meals_introduction.htm#carl;");
aI("text=Introduction;url=meals_introduction.htm;");
aI("text=Lunch;url=lunch_menu.htm;");
aI("text=Dinner;url=dinner_menu.htm;");
aI("text=Sunday Lunch;url=sunday_menu.htm;");
}

with(milonic=new menuname("Drinks")){
style=menuStyle;
orientation="horizontal";
aI("text=Wine List;url=wines.htm;");
aI("text=At the Bar;url=drinks_bar.htm;");
}

drawMenus();


