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;
buildAfterLoad=true; 




with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontfamily="Myriad Pro, Verdana, Tahoma, Arial";
fontsize="130%";
fontstyle="italic";
headerbgcolor="transparent";
headercolor="#ffffff";
offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="#222222";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=15;
pagebgcolor="transparent";
pagecolor="#ffffff";
separatorcolor="#ffffff";
separatorsize=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
followscroll=0;
orientation="horizontal";
style=menuStyle;
top=0;
left=0;
aI("text=HOME;url=index.html;");
aI("text=ABOUT;url=about.html;");
aI("text=SERVICES;url=services.html;");
aI("text=FILM;url=precisiondriving.html;");
aI("showmenu=rules;text=TRACK DAYS;url=trackdays.html;");
aI("text=CONTACT;url=contact.html;");
}


with(milonic=new menuname("rules")){
style=menuStyle;
aI("text=frequently asked questions;url=faq.html;");
aI("text=rules;url=rules.html;");
aI("text=register;url=register.html;");
aI("text=gallery;url=gallery.html;");
}

drawMenus();



