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()){
styleid=1;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="7pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
image="http://img.milonic.com/orangedots.gif";
imagepadding=6;
offbgcolor="#1B2C85";
offcolor="#ffffff";
onbgcolor="#CC6600";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
overimage="http://img.milonic.com/whitedots.gif";
padding=6;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="7pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#5871B3";
offcolor="#ffffff";
onbgcolor="#DC9B5B";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
top=270;
screenposition="center";
overflow="scroll";
followscroll=1;
style=menuStyle;

aI("showmenu=Services;text=Our Services;");
aI("showmenu=Contact;text=Contact Us;");
aI("text=Find Us;url=find_us.htm;");
aI("text=The People;url=people.htm;");
aI("text=Entertainment;url=entertainment.htm;");
aI("text=Special Offers;url=offers.htm;");
aI("text=Useful Links;url=links.htm;");
aI("text=Random Pictures;url=thumbview.html;");
aI("text=Home;url=index.htm;");
}

with(milonic=new menuname("Services")){
margin=7;
style=submenuStyle;
orientation="horizontal";
aI("text=North Yorkshire Food;url=north-yorkshire-village-pubs-food.htm;");
aI("text=North Yorkshire Breakfast;url=north-yorkshire-village-pubs-breakfast.htm;");
aI("text=North Yorkshire Drinks;url=north-yorkshire-village-pubs-drinks.htm;");
aI("text=Opening Times;url=openings.htm;");
}

with(milonic=new menuname("Contact")){
margin=7;
style=submenuStyle;
orientation="horizontal";
aI("text=On-Line;url=contact_on.htm;");
aI("text=Off-Line;url=contact_off.htm;");
}




drawMenus();

