_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
image="images/dots8.gif";
offbgcolor="LimeGreen";
offcolor="#ffffff";
onbgcolor="Blue";
oncolor="#ffffff";
padding="6";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="135";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="Blue";
offcolor="#ffffff";
onbgcolor="Lime";
oncolor="#ffffff";
padding="4";
separatorcolor="LimeGreen";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Our Goals;target=;url=goals.htm;");
aI("text=References;target=;url=references.htm;");
aI("text=Outdoor Lighting;target=;url=outdoor-lighting.htm;");
aI("text=Our Work;target=;url=our_work.htm;");
aI("text=Irrigation Services;target=;url=irrigation.htm;");
aI("text=Services Schedule;target=;url=schedule.htm;");
aI("text=Site Map;target=;url=sitemap-page-order.htm;");
}


 drawMenus();
