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="#dcdcdc";
borderstyle="solid";
borderwidth=0;
fontfamily="calibri";
fontsize="100%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#02550f";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=5;
pagebgcolor="#ffffff";

pagecolor="black";
separatorcolor="#000000";
separatorsize=0;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
followscroll=1;
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=100;


aI("text=Home;url=home.html;");
aI("text=| Images |;url=gallery.html;");
aI("text=Fees;url=fees.html;");

aI("showmenu=about;text=| About Us ;");
aI("text=| Contact |;url=contact.html;");
aI("text= Find Us;url=findus.html;");

}




with(milonic=new menuname("about")){
style=menuStyle;

aI("text=Meet the Team;url=team.html;");
aI("text=Services;url=services.html;");
aI("text=Aims & Ethos;url=aims.html;");
aI("text=Weekly Menu's;url=menu.html;");
aI("text=Vacancies;url=vac.html;");


}

drawMenus();



