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()){
fontweight="bold";
fontsize="11px";
//headerbgcolor="#ffffff";
//headercolor="#000000";
//offbgcolor="#eeeeee";
oncolor="#4A70B6";
offcolor="#dd5643";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=0)";
padding=0;
}

with(subStyle=new mm_style()){
fontweight="bold";
fontsize="10px";
separatorcolor="#f2e956";
separatorsize=1;
offbgcolor="#FFFBE9";
onbgcolor="#FFFBE9";
oncolor="#4A70B6";
offcolor="#dd5643";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=0)";
padding=8;
}


with(milonic=new menuname("About")){
overflow="scroll";
style=subStyle;
aI("text=OVERVIEW;url=overview.html;")
aI("text=NEWS;url=news.html;")
aI("text=AWARDS;url=awards.html;")
}

with(milonic=new menuname("Involved")){
style=subStyle;
aI("text=MEMBERSHIP;url=membership.html;");
aI("text=GIVING;url=giving.html;");
aI("text=SPONSOR;url=sponsor.html;");
aI("text=VOLUNTEER;url=volunteer.html;")
}

with(milonic=new menuname("Calendar")){
style=subStyle;
aI("text=EVENTS;url=events.html;");
aI("text=SHOWS;url=shows.html;");
aI("text=WORKSHOPS;url=workshops.html;");
aI("text=AUDITIONS;url=auditions.html;");
}

drawMenus();

