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(submenuStyle=new mm_style()){
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=0;
fontfamily="Times, Times New Roman, serif";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#006633";
onbgcolor="#ffffff";
oncolor="#339966";
outfilter="Blinds( Bands=1,direction=up, duration=0.5)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding=3;
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimagepadding=8;
}

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=0;
fontfamily="Times, Times New Roman, serif";
fontsize="11pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
imagepadding=6;
offbgcolor="#ffffff";
offcolor="#006633";
onbgcolor="#e3e3e3";
oncolor="#006633";
outfilter="Fade(Overlap=1.00)";
padding=2;
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=30;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
margin=10;
openstyle="down";
orientation="horizontal";
style=menuStyle;
aI("showmenu=community;text=The Community;url=/community.html;");
aI("showmenu=residences;text=Our Homes;url=/community.html;");
aI("showmenu=lifestyle;text=Lifestyle;url=/lifestyle.html;");
aI("showmenu=contacts;text=Contacts;url=/contacts.html;");
aI("text=Directions;url=/directions.html;");
}

with(milonic=new menuname("community")){
openstyle="down";
style=submenuStyle;
aI("text=About;url=/comm_about.html;");
aI("text=The Woodland Difference;url=/comm_wdifference.html;");
aI("text=Current Inventory;url=/comm_inventory.html;");
aI("text=Site Plan;url=/comm_siteplan.html;");
aI("text=Custom Options;url=/comm_custom.html;");
}

with(milonic=new menuname("residences")){
openstyle="down";
style=submenuStyle;
aI("text=Town Homes;url=/res_townhomes.html;");
aI("text=Single Family Homes;url=/res_singlefamily.html;");
aI("text=Villas;url=/res_villas.html;");
aI("text=Suites;url=/res_suites.html;");
aI("text=Ranch Style Village Homes;url=/res_ranch.html;");
aI("text=Rentals;url=/res_rentals.html;");
aI("text=Resale Inventory;url=/res_resale.html;");
}

with(milonic=new menuname("lifestyle")){
openstyle="down";
style=submenuStyle;
aI("text=At the Woodlands;url=/lifestyle_atwoodlands.html;");
aI("text=Regional;url=/lifestyle_regional.html;");
}

with(milonic=new menuname("contacts")){
openstyle="down";
style=submenuStyle;
aI("text=Info Request;url=/contacts_inforequest.html;");
aI("text=Site Team;url=/contacts_siteteam.html;");
}

drawMenus();