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="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold"
fontsize="12px";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ebe7c1";
offcolor="#000000";
onbgcolor="#ebe7c1";
oncolor="#498d6f";
padding=4;
pagebgcolor="#ebe7c1";
pagecolor="#498d6f";
separatorcolor="#ebe7c1";
separatorsize=10;

}

with(menuStyle1=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#f96413";
offcolor="#000000";
onbgcolor="#f96413";
oncolor="#e5ec96";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
separatorcolor="#999999";
separatorsize=0;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
position="relative";
style=menuStyle;
aI("text=HOME;url=index.html;");
aI("text=ABOUT US;showmenu=about;");
aI("showmenu=richmond;text=RICHMOND AND DRUGS;");
aI("showmenu=events;text=UPCOMING EVENTS;");
aI("showmenu=Support;text=SUPPORT US;");
aI("showmenu=member;text=GET INVOLVED;");

}

with(milonic=new menuname("about")){
overflow="scroll";
style=menuStyle1;
aI("text=Mission;url=mission.html;")
aI("text=Board & Officers;url=board.html;")
aI("text=Contact Information;url=contact.html;")
}

with(milonic=new menuname("richmond")){
style=menuStyle1;
aI("text=Facts at a Glance;url=facts.html;");
aI("text=Past 30 Day Use Stats;url=stats.html;");

}

with(milonic=new menuname("events")){
style=menuStyle1;
aI("text=Monthly Membership Meeting;url=membershipmeeting.html;");
aI("text=Featured Events;url=featuredevent.html;");
aI("text=RDFA Community & Activities;url=communityevents.html;");

}

with(milonic=new menuname("support")){
style=menuStyle1;
aI("text=Donation Request;url=donation.html;");

}

with(milonic=new menuname("member")){
style=menuStyle1;
aI("text=Join RDFA;url=joinus.html;");


}


drawMenus();

