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="transparent";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="13px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="#ffffff";
oncolor = "#ffffff";
onbgcolor = "#877a5c";
offbgcolor="transparent";
outfilter="randomdissolve(duration=0.3)";
padding=5;
separatorcolor="#CCCCCC";
separatorsize=0;
subimage="/images/arrow.gif";
subimagepadding=2;
itemheight=16;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
position="absolute";

aI("showmenu=corporate;text=CORPORATE PROFILE;");
aI("showmenu=projects;text=PROJECTS;");
aI("showmenu=investors;text=INVESTOR INFORMATION;");
aI("text=CONTACT US;url=/contact_us.aspx");
aI("text=HOME;url=/default.aspx");
}
drawMenus(); 