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="black";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="black";
offcolor="white";
onbgcolor="white";
oncolor="black";
outfilter="randomdissolve(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=black', Direction=135, Strength=0)";
padding=5;
pagebgcolor="black";
pagecolor="white";
separatorcolor="black";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("info")){
overflow="scroll";
style=menuStyle;
aI("text=<img src=images/ball_small.gif border=0>&nbsp;Design&nbsp;Services;url=design_services.mr;")
aI("text=<img src=images/ball_small.gif border=0>&nbsp;Our Team;url=our_team.mr;")
aI("text=<img src=images/ball_small.gif border=0>&nbsp;Organizations;url=organizations.mr;")
}

with(milonic=new menuname("additions")){
style=menuStyle;
aI("text=<img src=images/ball_small.gif border=0>&nbsp;Whole House Renovation;url=whole_house_renovate.mr;");
aI("text=<img src=images/ball_small.gif border=0>&nbsp;Redmond Terrace;url=redmond_terrace.mr;");
aI("text=<img src=images/ball_small.gif border=0>&nbsp;Assorted Additions;url=assorted_additions.mr;");
}

with(milonic=new menuname("customhomes")){
style=menuStyle;
aI("text=<img src=images/ball_small.gif border=0>&nbsp;Bellevue Custom;url=bellevue_custom.mr;");
aI("text=<img src=images/ball_small.gif border=0>&nbsp;Assorted Custom Homes;url=assorted_custom_homes.mr;");
}

with(milonic=new menuname("forsale")){
style=menuStyle;
aI("text=<img src=images/ball_small.gif border=0>&nbsp;Shoreline&nbsp;8-Unit;url=shoreline_rent.mr;");
}

with(milonic=new menuname("customersonly")){
style=menuStyle;
aI("text=<img src=images/ball_small.gif border=0>&nbsp;Suppliers;url=bddllc_suppliers.mr;");
}

drawMenus();


