_menuCloseDelay=500;
_menuOpenDelay=1;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana;";
fontsize=11;
fontweight="normal"
fontstyle="normal";
itemheight=10;
offcolor="#999999";
oncolor="#FFFFFF";
onbgcolor="";
offbgcolor="";
decoration='none';
ondecoration='none';
separatorcolor="#DE9867";
separatorsize=0;
offclass="mmpadding";
onclass="mmpadding";
}


with(SubmenuStyle=new mm_style()){
fontfamily="Verdana;";
fontsize=11;
fontweight="normal"
fontstyle="normal";
itemheight=10; 
separatorsize=1;
separatorcolor="#999999";
borderwidth=1;
borderstyle="solid";
bordercolor="#999999";
offcolor="#999999";
offbgcolor="#000000";
oncolor="#FFFFFF"; 
onbgcolor=""; 
decoration='none';
ondecoration='none';
//image="images/arrow_r_brown.gif";
//overimage="images/arrow_r_orange.gif";
imagepadding=5;
align="left";
offclass="mmpadding_sub";
onclass="mmpadding_sub";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
orientation="horizontal";
alwaysvisible=1;
position="relative";

aI("showmenu=Home;text=Home;url=index.html;");
aI("showmenu=Residential;text=Residential;url=#;");
aI("showmenu=Commercial;text=Commercial;url=commercial.html;");
aI("showmenu=About us;text=About us;url=about.html;");
aI("showmenu=Contact;text=Contact;url=contact.html;");
}

with(milonic=new menuname("Residential")){
style=SubmenuStyle;
top="offset=0";
left="offset=-1";
aI("showmenu=Custom homes;text=Custom Homes;url=custom_homes.html;");
aI("showmenu=Remodels;text=Remodels;url=remodels.html;");
aI("showmenu=Tract Homes;text=Tract Homes;url=tract_homes.html;");
aI("showmenu=Multi Family;text=Multi Family;url=multi_family.html;");
}

drawMenus();