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()){

onclass="topnav_on";
offclass="topnav_off";
offbgcolor="#000000";
offcolor="#FFFFFF";
onbgcolor="#000000";
oncolor="#fd0404";
padding=5;
separatorcolor="#000000";
separatorwidth=7;
separatorsize=1;

}

with(SubStyle=new mm_style()){
fontfamily="Arial, Helvetica, sans-serif";
onclass="subnav2";
offclass="subnav2";
offbgcolor="#000000";
offcolor="#FFFFFF";
onbgcolor="#000000";
oncolor="#bfdef6";
padding=5;
separatorcolor="#000000";
separatorwidth=7;
separatorsize=1;

}




with(InsideStyle=new mm_style()){

bordercolor="#cc0000";
borderstyle="solid";
borderwidth=0;
onclass="inside-menu";
fontfamily="Arial, Helvetica, sans-serif";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#515151";
onbgcolor="#000000";
oncolor="#ffffff";
padding=5;
pagebgcolor="#d10303";
pagecolor="#ffffff";
separatorcolor="#cc0000";
separatorsize=1;
clickbgcolor="#cc0000";

}




with(milonic=new menuname("Interest Groups")){
style=SubStyle;
aI("text=Police Officers;url=police.htm;")
aI("text=Firefighters;url=fire.htm;")
aI("text=Teachers;url=teachers.htm;")
aI("text=School Districts;url=schools.htm;")
aI("text=Municipalities;url=municipalities.htm;")

}



with(milonic=new menuname("Public Affairs")){
style=SubStyle;
aI("text=Environmental;url=environment.htm;")
aI("text=Sustainable Growth;url=growth.htm;")
aI("text=Energy;url=energy.htm;")
aI("text=Infrastructure;url=infrastructure.htm;")
aI("text=Public Safety;url=safety.htm;")
aI("text=Education;url=education.htm;")
}

with(milonic=new menuname("Campaigns")){
style=SubStyle;
aI("text=Consulting;url=consulting.htm;")
aI("text=Printing;url=Production.htm;")
aI("text=Graphic Design;url=Production.htm;")
aI("text=Direct Mail;url=Production.htm;")
}

drawMenus();

