_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.2);";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
}

with(submenuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="7pt";
fontstyle="normal";
fontweight="normal";
align="center";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#1E4579";
onbgcolor="#1E4579";
oncolor="#FFFFFF";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3);Alpha(opacity=100)"; 
padding=5;
pagebgcolor="#39768A";
pagecolor="#FFFFFF";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=299;
orientation="horizontal";
style=menuStyle;
top=0;
aI("image=images/splashnav_about1.jpg;overimage=images/splashnav_about2.jpg;showmenu=About;url=companyinfo.html;");
aI("image=images/splashnav_singlefamily1.jpg;overimage=images/splashnav_singlefamily2.jpg;showmenu=SingleFamily;url=builders_main.html;");
aI("image=images/splashnav_condoprojects1.jpg;overimage=images/splashnav_condoprojects2.jpg;showmenu=Condos;url=multi_main.html;");
aI("image=images/splashnav_landdev1.jpg;overimage=images/splashnav_landdev2.jpg;url=land_main.html;showmenu=LandDev;");
aI("image=images/splashnav_contact1.jpg;overimage=images/splashnav_contact2.jpg;url=contact.html;");
}

with(milonic=new menuname("About")){
style=submenuStyle;
itemwidth=120;
aI("text=Management;url=management.html;");
aI("text=Careers;url=careers.html;");
}

with(milonic=new menuname("SingleFamily")){
style=submenuStyle;
left="offset=2";
itemwidth=120;
aI("text=Excel Homes;url=excel.html;");
aI("text=Centrex Homes;url=centrex.html;");
}

with(milonic=new menuname("Condos")){
style=submenuStyle;
left="offset=2";
itemwidth=120;
aI("text=Current Projects;url=multi_current.html;");
aI("text=Past Projects;url=multi_pastprojects.html;");
}

with(milonic=new menuname("LandDev")){
style=submenuStyle;
left="offset=2";
itemwidth=120;
aI("text=Current/Future Projects;url=land_current.html;");
aI("text=Past Projects;showmenu=LandCities;");
}

with(milonic=new menuname("LandCities")){
style=submenuStyle;
left="offset=2";
top="offset=-2";
itemwidth=120;
aI("text=Calgary;url=past_calgary.html;");
aI("text=Edmonton;url=past_edmonton.html;");
}


drawMenus();

