
_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=10;           // Sub menu top offset
_subOffsetLeft=-10;          // Sub menu left offset


with(menuStyle=new mm_style()){
onbgcolor="#AD0033";
oncolor="#FFFFFF";
offbgcolor="#E1E2D7";
offcolor="#4A4847";
bordercolor="#AD0033";
borderstyle="solid";
borderwidth=2;
separatorimage="app/images/dots.gif";
separatorsize="1";
padding=5;
fontstyle="bold";
fontfamily="Arial, Helvetica, sans-serif;";
}


with(milonic=new menuname("about")){
style=menuStyle;
top=0;
left=0;
itemwidth=129;
aI("text=Mission;url=mission.html;");
aI("text=Why?;url=why.html;");
aI("text=Who will be attending?;url=who.html;");
}

drawMenus();