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=0;

with(mainNavStyle=new mm_style()){
separatorsize=2;
separatorimage="images/nav-bullet.gif";
}

with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#0099cc";
oncolor="#ffffff";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=4;
separatorcolor="#999999";
separatorsize=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=mainNavStyle;
position="relative";
aI("image=images/nav-about-community.gif;overimage=images/nav-about-community.gif;showmenu=Community;url=community.php;");
aI("image=images/nav-location.gif;overimage=images/nav-location.gif;url=location.php;");
aI("image=images/nav-shop-dine.gif;overimage=images/nav-shop-dine.gif;showmenu=Shop;url=shopdine.php;");
aI("image=images/nav-press.gif;overimage=images/nav-press.gif;url=press.php;");
aI("image=images/nav-contact.gif;overimage=images/nav-contact.gif;url=contact.php;");
}

with(milonic=new menuname("Community")){
style=menuStyle;
left="offset=13";
aI("text=Community Overview;url=community.php;")
aI("text=Neighborhoods;showmenu=Neighborhoods;url=siteplan.php;");
aI("text=Photo Gallery;url=photogallery.php;")
aI("text=About the Developers;url=developers.php;")
aI("text=About the Builders;url=builders.php;")
aI("text=Aerial Gallery;url=gallery.php;")
aI("text=Development History;url=history.php;")
}

with(milonic=new menuname("Neighborhoods")){
style=menuStyle;
left="offset=-5";
top="offset=5";
aI("text=Gateway Park: Single Family;url=gatewaypark.php;")
aI("text=Town Park: Townhomes;url=townpark.php;");
aI("text=The Flats: Condos;url=theflats.php;")
aI("text=Highlands: For Lease;url=highlands.php;")
aI("text=Village Center: Shop and Dine;url=shopdine.php;")
}

with(milonic=new menuname("Location")){
style=menuStyle;
left="offset=10";
aI("text=Maps and Directions;url=location.php;");
}

with(milonic=new menuname("Shop")){
style=menuStyle;
left="offset=10";
aI("text=Directory;url=shopdine.php;");
aI("text=Retail Leasing;url=leasing.php;");
}

drawMenus();

