fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=300;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
fontfamily="Veranda, Helvetica, sans-serif";
fontsize="12px";
fontstyle="normal";
offcolor="#C0012C";
oncolor="#C0012C";
padding=5;
pagecolor="#C0012C";
separatorpadding=5;
itemwidth=125;
decoration="underline";
pageclass="bold";

}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=508;
overflow="none";
style=menuStyle;
top=415;
align="center";
keepalive=1;

aI("text=Our Staff;url=index.php;");
aI("text=Staff Spotlight;url=spotlight.php;");
aI("text=Staff Stories;url=stories.php");
aI("text=Team Bios;url=bios.php");
}


drawMenus();

