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(ScrollingSampStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Times New Roman,Times,serif";
fontsize="10px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#fc9c0a";
offcolor="#ffffff";
onbgcolor="#a83724";
oncolor="#ffffff";
padding=3;
}


<!-- Registration MENU -->

with(milonic=new menuname("Registration")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=CAMP APPLICATION;url=application.pdf;");
aI("text=DATES & RATES;url=datesrates.html;");
aI("text=WHAT TO BRING;url=what to bring.html;");
aI("text=FAQ;url=helpful.html;");
}

drawMenus();