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()){
borderwidth=0;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
offbgcolor="transparent";
offcolor="#65696e";
bgimage="";
overbgimage="";
onbgcolor="#cccccc";
oncolor="#65696e";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.2)";
padding=0;
pagebgcolor="#999999"; /*indicates what page you're on*/
pagecolor="#ffffff";
separatorcolor="#cccccc";
separatorsize=1;
itemwidth=200;  /*width of each item on the menu */
itemheight=25;
align="left";
}

with(milonic=new menuname("About Menu")){
alwaysvisible=1;
position="relative";
left="13";
orientation="vertical";
style=menuStyle;
aI("text=&nbsp;&nbsp;&bull;&nbsp;History;url=history.html;");
aI("text=&nbsp;&nbsp;&bull;&nbsp;Mission;url=mission.html;");
aI("text=&nbsp;&nbsp;&bull;&nbsp;Leadership;url=leadership.php;");
/*aI("text=&nbsp;&nbsp;&bull;&nbsp;Partners;url=partners.html;");*/
aI("text=&nbsp;&nbsp;&bull;&nbsp;News;url=news.php;");
aI("text=&nbsp;&nbsp;&bull;&nbsp;Events;url=events.html;");
}

drawMenus();

