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=0;
_subOffsetLeft=2;


with(background=new mm_style()){
bgimage="../graphics/menuButtOff.jpg";
borderstyle="solid";
fontfamily="Helvetica";
fontsize="12px";
fontstyle="normal";
fontweight="bold";
imagepadding=4;
itemheight=30;
itemwidth=148;
offcolor="#FFFFFF";
oncolor="#FFFFFF";
overbgimage="../graphics/menuButtOn.jpg";
separatorcolor="transparent";
separatorsize=0;
}

with(milonic=new menuname("priorities")){
style=background;
menuwidth=148;
aI("text=security;url=../security.php;");
aI("text=marketing &amp; promotion;url=../marketing.php;");
aI("text=traffic &amp; parking;url=../traffic.php;");

}
with(milonic=new menuname("people")){
style=background;
menuwidth=148;
aI("text=the BID team;url=../team.php;");
aI("text=the BID board;url=../board.php;");

}


drawMenus();

