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=1;
_subOffsetLeft=-1;




with(menuStyle=new mm_style()){
bordercolor="green";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana,Tahoma,Arial";
fontsize="100%";
fontstyle="bold";
headerbgcolor="white";
headercolor="lightblue";
offbgcolor="green";
offcolor="white";
onbgcolor="lightgreen";
oncolor="Yellow";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=lightgreen', Direction=135, Strength=3)";
padding=4;
pagebgcolor="green";
pagecolor="white";

separatorsize=1;
subimage="";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=180;
orientation="horizontal";
style=menuStyle;
top=130;
aI("text=Home;url=index.htm;");
aI("showmenu=History;text=History;url=historical.htm");
aI("showmenu=ContactUs;text=Contact Us;url=contactus.htm");
aI("showmenu=Accommodation;text=Accommodation;url=accom.htm");
aI("showmenu=FoodDrink;text=Food & Drink;url=eating.htm");
aI("showmenu=MainDirectory;text=Shops & Services;");
aI("showmenu=Events;text=Events;url=events.htm");
aI("showmenu=Leisure;text=Leisure;");

}
with(milonic=new menuname("Home")){
overflow="scroll";
style=menuStyle;

}
with(milonic=new menuname("ContactUs")){
style=menuStyle;

aI("text=How to find us;url=find_us.htm;");
aI("text=Photo Competition;url=find_us.htm;");


}


with(milonic=new menuname("MainDirectory")){
style=menuStyle;

aI("text=Shops;url=shops.htm;");
aI("text=Local Services;url=services.htm;");
aI("text=Service Industry;url=service_ind.htm;");
aI("text=Therapies;url=therapies.htm;");


}

with(milonic=new menuname("Leisure")){
style=menuStyle;

aI("text=Attractions;url=attract.htm;");
aI("text=Local Groups;url=societies.htm;");
aI("text=Walks;url=walks.htm;");
aI("text=Cycling;url=cycling.htm;");

}

drawMenus();

