_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="White";
offcolor="Blue";
onbgcolor="#E7E6E7";
oncolor="#FB1901";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding="4";
separatorcolor="#ffffff";
separatorsize="1";
subimagepadding="8";
imagepadding="8";
}

with(menuStyle=new mm_style()){
align="center";
bordercolor="Black";
borderstyle="Ridge";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Black";
offcolor="Blue";
onbgcolor="#1B1A18";
oncolor="OrangeRed";
outfilter="Fade(Overlap=1.00)";
padding="10";
pagecolor="Blue";
imagepadding="6";
itemwidth="140";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=700;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=./;");
aI("showmenu=About UsContact UsINFO_BAR_MENU;text=About Us;target=;url=About-Us.html;");
aI("showmenu=City ServicesCity RecorderINFO_BAR_MENU;text=City Services;target=;url=City-Services.html;");
aI("showmenu=News and InfoMeeting ScheduleINFO_BAR_MENU;text=News and Info;target=;url=News-and-Info.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}

with(milonic=new menuname("About UsContact UsINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=Elected Officials;target=;url=Elected-Officials.html;");
aI("text=Career Info;target=;url=Career-Info.html;");
aI("text=Staff Webmail;target=;url=Staff-Webmail.html;");
}

with(milonic=new menuname("City ServicesCity RecorderINFO_BAR_MENU")){
style=submenuStyle;
aI("text=City Recorder;target=;url=City-Recorder.html;");
aI("text=Police Dept;target=;url=Police-Dept.html;");
aI("text=Fire Dept;target=;url=Fire-Dept.html;");
aI("text=Public Works;target=;url=Public-Works.html;");
aI("text=Public Library;target=;url=Public-Library.html;");
aI("text=Housing Authority;target=;url=Housing-Authority.html;");
aI("text=Industrial Board;target=;url=Industrial-Board.html;");
}

with(milonic=new menuname("News and InfoMeeting ScheduleINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Meeting Schedule;target=;url=Meeting-Schedule.html;");
aI("text=City Charter;target=;url=City-Charter.html;");
aI("text=Upcoming Events;target=;url=Upcoming-Events.html;");
aI("text=Local Business;target=;url=Local-Business.html;");
aI("text=Local Churches;target=;url=Local-Churches.html;");
aI("text=Online Services;target=;url=Online-Services.html;");
aI("text=Helpful Links;target=;url=Helpful-Links.html;");
aI("text=After School Program;target=;url=After-School-Program.html;");
}


 drawMenus();

