fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=100;
_subOffsetTop=2;
_subOffsetLeft=5;




with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=2;
separatorcolor="#2D729D";
separatorsize="1";
fontfamily="Calibri, Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#C4BD97";
oncolor="#385D8A";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#C4BD97";
pagecolor="black";
separatorcolor="#000000";
separatorsize=2;
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Mission;url=how_named.php;");
aI("text=About Julie;url=about.php;");
aI("text=After Curriculum;url=after_class.php;");
aI("text=Organization;url=bio.php;");
}

with(milonic=new menuname("Events")){
style=menuStyle;
aI("text=Speaking Info;url=events.php;");
//aI("text=Calendar;url=calendar.php;");
}

//drawMenus();


