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(menuStyle=new mm_style()){
bordercolor="#e5e6e9";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#e5e6e9";
offcolor="#515151";
onbgcolor="#C9CBD1";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=6;
pagebgcolor="#C9CBD1";
pagecolor="black";
separatorcolor="#C9CBD1";
separatorsize=2;
subimage="http://www.knightcontractor.com/images/arrow2.gif";
subimagepadding=3;
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=About Us;url=about.htm;");
}

with(milonic=new menuname("Services")){
overflow="scroll";
style=menuStyle;
aI("text=Custom Home Building;url=custom_homes.htm;");
aI("text=Speculative Homes;url=spec_homes.htm;");
aI("text=Remodeling & Additions;url=remodeling.htm;");
aI("text=Light Commercial Offices;url=commercial.htm;");
}

with(milonic=new menuname("Neighborhoods")){
style=menuStyle;
aI("text=Riverside;url=riverside.htm;");
aI("text=Bonny Oaks;url=bonny_oaks.htm;");
aI("text=Planters Ridge;url=planters_ridge.htm;");
aI("text=Northridge;url=northridge.htm;");
aI("text=Wilson Creek;url=wilson_creek.htm;");
}

with(milonic=new menuname("Custom Homes")){
style=menuStyle;
aI("text=Custom Home Gallery;url=custom_homes.htm;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Us;url=contact.htm;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Links;url=links.htm;");
}

drawMenus();

