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="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#414141";
offcolor="#E4E4E4";
onbgcolor="#000000";
oncolor="#E4E4E4";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#E4E4E4";
separatorsize=1;
subimage="/images/arrow.gif";
subimagepadding=2;
}

with(home=new menuname("home")){
style=menuStyle;
aI("text=Home;url=/default.asp;");
}

with(about=new menuname("about")){
style=menuStyle;
aI("text=Who We Are;url=aboutus.asp?subpage=whoweare;");
aI("text=Our Members;url=aboutus.asp?subpage=escamembers;");
aI("text=ESCA’s Leadership;url=aboutus.asp?subpage=leadership;");
aI("text=Major Milestones;url=aboutus.asp?subpage=milestones;");
}



with(join=new menuname("join")){
style=menuStyle;
aI("text=Why Join;url=join.asp;");
aI("text=Current Membership Rates;url=join.asp?subpage=rates;");
aI("text=Get More Information;url=join.asp?subpage=info;");
aI("text=Join ESCA Now;url=join.asp?subpage=joinnow;");
}

with(events=new menuname("events")){
style=menuStyle;
aI("text=Upcoming Meetings and Conferences;url=events.asp?subpage=meetings;");
aI("text=District Events;url=events.asp?subpage=inyourtown;");
}
drawMenus();

