fixMozillaZIndex=false; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=10;
_subOffsetTop=2;
_subOffsetLeft=0;


with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily=" verdana";
fontsize="11px";
fontstyle="";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#E6E2D6";
offcolor="#7d7968";
onbgcolor="#e0f0da";
//onborder="1px dotted #7CB5E8";
oncolor="#4F4A35";
outfilter="randomdissolve(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#E6E2D6', Direction=150, Strength=10)";
padding=2;
separatorcolor="#ffffff";
separatorsize=1;
subimagepadding=5;
//pagebgcolor="#000F22";
//pagecolor="white";
}

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#666666";
borderstyle="solid";
borderwidth=0;
fontfamily="verdana";
fontsize="12px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000F22";
offcolor="#ffffff";
onbgcolor="#666666";
oncolor="#000000";
//outfilter="randomdissolve(duration=0.3)";
padding=5;
//pagecolor="black";
subimagepadding=5;
}

with(milonic=new menuname("aboutus")){
margin=5;
menuwidth=150;
style=submenuStyle;
aI("text=Company&nbsp;Profile;url=#;");
aI("text=Corporate Insight;url=#;");
aI("text=Group Companies;url=#;");
aI("text=Our Clients;url=#;");
}

with(milonic=new menuname("projects")){
margin=5;
menuwidth=180;
style=submenuStyle;
aI("text=Residencial;url=#;");
aI("text=Commercial;url=#;");
aI("text=IT;url=#;");
aI("text=Hospitality;url=#;");
aI("text=Project Management Co.;url=#;");
}

with(milonic=new menuname("contact")){
margin=5;
menuwidth=140;
style=submenuStyle;
aI("text=Inquiry;url=inquiry.asp;");
}

drawMenus();

