_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="White";
onbgcolor="#355164";
oncolor="#CEBC83";
padding="9";
separatorcolor="#625839";
separatorsize="1";
subimage="images/xp_ind.gif";
subimagepadding="6";
itemwidth="150";
}

with(submenuStyle=new mm_style()){
bordercolor="#355164";
borderstyle="Double";
borderwidth="3";
fontfamily="Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="White";
offcolor="#000000";
onbgcolor="#CEBC83";
oncolor="Black";
padding="4";
subimage="images/xp_ind.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=./;");
aI("showmenu=PortfolioCommercial, Retail, OfficeLEFT_MENU;text=Portfolio;target=;url=Portfolio.html;");
aI("text=Our Mission;target=;url=Mission.html;");
aI("text=The Gray Rock Team;target=;url=The-Gray-Rock-Team.html;");
}

with(milonic=new menuname("PortfolioCommercial, Retail, OfficeLEFT_MENU")){
style=submenuStyle;
aI("text=Commercial, Retail, Office;target=;url=Commercial,-Retail,-Office.html;");
aI("text=Parks & Recreation;target=;url=Parks-&-Recreation.html;");
aI("text=Public Buildings, Churches, Schools ;target=;url=Public-Buildings,-Churches,-Schools.html;");
aI("text=Residential Communites;target=;url=Residential-Communites.html;");
aI("text=Streets, Drainage, Trails ;target=;url=Streets,-Drainage,-Trails.html;");
aI("text=Water & Sewer;target=;url=Water,-Sewer.html;");
}


 drawMenus();
