_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="11pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#73C4D9";
offcolor="White";
onbgcolor="#EAEAEA";
oncolor="#73C4D9";
padding="6";
separatorcolor="White";
separatorsize="1";
subimage="images/white_7x7.gif";
subimagepadding="6";
itemwidth="127";
}

with(submenuStyle=new mm_style()){
bordercolor="White";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#EAEAEA";
offcolor="#73C4D9";
onbgcolor="#73C4D9";
oncolor="White";
padding="4";
subimage="images/white_7x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=767;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=./;");
aI("text=About Us;target=;url=About-Us.html;");
aI("showmenu=ServicesCivil EngineeringMAIN_HEADER_MENU;text=Services;target=;url=Services.html;");
aI("text=Our Process;target=;url=Our-Process.html;");
aI("text=FAQ;target=;url=FAQ.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
}

with(milonic=new menuname("ServicesCivil EngineeringMAIN_HEADER_MENU")){
style=submenuStyle;
aI("text=Civil Engineering;target=;url=Civil-Engineering.html;");
aI("text=Geotechnical & Environmental Engineering;target=;url=Geotechnical-&-Environmental-Engineering.html;");
aI("text=Structural Engineering;target=;url=Structural-Engineering.html;");
}


 drawMenus();
