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=-4;




with(menuStyle=new mm_style()){

fontfamily="Verdana, Helvetica, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#CF3B1F";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#ffffff', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#ffffff";
pagecolor="black";

}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;

orientation="horizontal";
style=menuStyle;

aI("status=Back To Home Page;text=Home;url=index.html;");
aI("showmenu=About;text=About the Studio;");
aI("showmenu=Class;text=Class Information;");
aI("showmenu=Kids;text=Just for Kids;");

}

with(milonic=new menuname("About")){

orientation="horizontal";
style=menuStyle;
aI("align=center;text=Who we Are;url=about.html;");
aI("text=Studio Policy;url=policy.html;");
aI("align=center;text=More Programmes;url=programmes.html;");
aI("text=Registration;url=registration.html;");
aI("align=center;text=Contact Us;url=contact.html;");
}

with(milonic=new menuname("Class")){

orientation="horizontal";
style=menuStyle;
aI("align=center;text=Class Structure;url=class.html;");
aI("text=Do's and Don'ts;url=regulations.html;");
aI("align=center;text=Dates to Remember;url=/pdf/dates.pdf;");
aI("text=Class Schedule;url=pdf/schedule.pdf;");
}

with(milonic=new menuname("Kids")){

orientation="horizontal";
style=menuStyle;
aI("align=center;status=Storydance, Dance classes for 3 year olds;text=Storydance;url=kids.html;");
aI("align=center;status=Kinderdance, Dance classes for JK's and SK's;text=Kinderdance;url=kids.html;");
aI("align=center;status=Bithday Parties - rent the studio;text=Birthday parties;url=kids.html;");

}



drawMenus();

