_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


with(menuStyle=new mm_style()){
onbgcolor="#710000";
oncolor="#e6d8ae";
offbgcolor="#650000";
offcolor="#ffffff";
bordercolor="#000000";

borderstyle="solid";
borderwidth=0;
separatorcolor="#710000";
onclass="menuSpacing";
offclass="menuSpacing";
separatorsize="1";
padding=5;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="#e6d8ae";
pagebgcolor="#800200";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Events Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="vertical";
aI("text=EVENTS & ACTIVITIES;showmenu=Events;");
}


drawMenus();