_menuCloseDelay=1000;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#9B301C";
offcolor="#515151";
onbgcolor="#9B301C";
oncolor="#ffffff";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.2);";
padding=5;
pagebgcolor="#000000";
pagecolor="black";
}

with(submenuStyle=new mm_style()){
fontfamily="Arial, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
align="left";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#892A19";
offcolor="#FFFFFF";
onbgcolor="#892A19";
oncolor="#F4E852";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3);Alpha(opacity=80)";
padding=5;
pagebgcolor="#BF5E00";
pagecolor="#FFFFFF";
separatorcolor='#ffffff';
separatorsize=1;
}

with(submenuStyle2=new mm_style()){
fontfamily="Arial, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
align="left";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#892A19";
offcolor="#FFFFFF";
onbgcolor="#892A19";
oncolor="#F4E852";
outfilter="Blinds( Bands=1,direction=left, duration=0.3)";
overfilter="Blinds( Bands=1,direction=right, duration=0.3);Alpha(opacity=80)";
padding=5;
pagebgcolor="#BF5E00";
pagecolor="#FFFFFF";
separatorcolor='#ffffff';
separatorsize=1;
}

with(milonic=new menuname("About")){
itemheight=20;
itemwidth=85;
style=submenuStyle;
top="offset=0";
left="offset=1";
aI("text=Avalon Snapshot;url=snapshot.html;");
aI("text=Avalon Cares;url=avalon_cares.html;");
aI("text=Awards;url=awards.html;");
aI("text=Careers;url=careers.html;");
aI("text=Avalon News;url=news.html;");
}

with(milonic=new menuname("WhyGreen")){
itemheight=20;
itemwidth=116;
style=submenuStyle;
top="offset=0";
left="offset=1";
aI("text=Net-Zero Homes;url=net_zero.html;showmenu=Netzero;");
}

with(milonic=new menuname("WhereBuild")){
itemheight=20;
itemwidth=102;
style=submenuStyle;
top="offset=0";
left="offset=1";
aI("text=Single Family;showmenu=Single;");
aI("text=Multi-Family;showmenu=Multi;");
}

with(milonic=new menuname("Single")){
itemheight=20;
style=submenuStyle;
top="offset=0";
left="offset=1";
aI("text=Emerge Homes;url=emerge.html;");
}

with(milonic=new menuname("Multi")){
itemheight=20;
style=submenuStyle;
top="offset=0";
left="offset=1";
aI("text=Current Projects;showmenu=CurrentProjects;");
aI("text=Past Projects;showmenu=PastProjects;");
}

with(milonic=new menuname("CurrentProjects")){
itemheight=20;
style=submenuStyle;
top="offset=0";
left="offset=1";
aI("text=ZEN in Aspen Hills;url=zen_aspenhills.html;");
}

with(milonic=new menuname("PastProjects")){
itemheight=20;
itemwidth=70;
style=submenuStyle;
top="offset=0";
left="offset=1";
aI("text=The Outlook;url=outlook.html;");
aI("text=Bordeaux in Cranston;url=bordeaux.html;");
aI("text=ZEN in Airdrie;url=zen.html;");
}

with(milonic=new menuname("Contact")){
itemheight=20;
itemwidth=92;
style=submenuStyle;
top="offset=0";
left="offset=1";
aI("text=Corporate Contact Information;url=contact.html;");
aI("text=Request Information;url=register.html;");
aI("text=Homeowners;url=homeowners.html;");

}

with(milonic=new menuname("Netzero")){
itemheight=20;
itemwidth=92;
style=submenuStyle;
top="offset=0";
left="offset=1";
aI("text=Discovery 4 House;url=d4_about.html;");

}

drawMenus();

