fixMozillaZIndex = true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay = 500;
_menuOpenDelay = 250;
_subOffsetTop = 2;
_subOffsetLeft = -2;


img1 = "<img src=\"imgs/dot.gif\"  border=\"0\" alt=\"dot\" />";


/*STYLE MAIN MENU*/
with (menuStyle = new mm_style()) {
    bordercolor = "#999999";
    borderstyle = "solid";
    borderwidth = 0;
    fontfamily = "arial";
    fontsize = "11px";
    fontstyle = "bold";
    headerbgcolor = "#65615C";
    headercolor = "#65615C";
    offbgcolor = ""; //NO BG COLOR
    offcolor = "#FFFFFF";
    onbgcolor = "";
    oncolor = "#000000";
    //outfilter="randomdissolve(duration=0.3)";
    //overfilter="Fade(duration=0.5);Alpha(opacity=80)";
    padding = 5;
    pagebgcolor = "";
    pagecolor = "#f4f107";
    separatorcolor = "#E6E6E6";
    separatorsize = 0;
    separatorimage = "dot.gif";
    //subimage="imgs/dot.gif";
    subimagepadding = 2;
    zindex = 90;

}

/*STYLE SUB MENU*/
with (submenuStyle = new mm_style()) {
    bordercolor = "#CFCFCF";
    borderstyle = "solid";
    borderwidth = 1;
    fontfamily = "Arial";
    fontsize = "11px";
    fontstyle = "normal";
    headerbgcolor = "#ffffff";
    headercolor = "#e7e7e6";
    offbgcolor = "#F5F5F5"; //NO BG COLOR
    offcolor = "#3f3d3d";
    onbgcolor = "#e7e7e6";
    oncolor = "#000000";
    padding = 5;
    pagebgcolor = "#e7e7e6";
    pagecolor = "black";
    separatorcolor = "#e7e7e6";
    separatorsize = 1;
    subimage = "imgs/setamenu.gif";
    subimagepadding = 2;
    zindex = 90;

}

with (milonic = new menuname("Main Menu")) {
    alwaysvisible = 1;
    orientation = "horizontal";
    zindex = 90;
    style = menuStyle;

    aI("text= The Group&nbsp;&nbsp;&nbsp;;url=content.aspx?cid=132;");
    //aI("text= &nbsp;&nbsp;&nbsp;Team&nbsp;&nbsp;&nbsp;&nbsp;image=dot.gif;url=content.aspx?cid=100");
    aI("showmenu=m1;text=&nbsp;&nbsp;&nbsp;Business Target Areas&nbsp;&nbsp;&nbsp;image=dot.gif;");
    aI(";text=&nbsp;&nbsp;&nbsp;Portfolio&nbsp;&nbsp;&nbsp;&nbsp;image=dot.gif;url=content.aspx?cid=110");
    //aI("text=&nbsp;&nbsp;Network&nbsp;&nbsp;&nbsp;image=dot.gif;url=content.aspx?cid=105;");
    aI("text=&nbsp;&nbsp;Ongoing Projects&nbsp;&nbsp;image=dot.gif;url=ongoing.aspx;");
    //aI("text=&nbsp;&nbsp;Partners&nbsp;&nbsp;image=dot.gif;url=content.aspx?cid=144;");
    
}

with (milonic = new menuname("m1")) {
    overflow = "scroll";
    style = submenuStyle;
    aI("text=Real Estate&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;&nbsp;;&nbsp;&nbsp;;&nbsp;&nbsp;;&nbsp;&nbsp;;&nbsp;&nbsp;&nbsp;;&nbsp;;showmenu=m6;url=content.aspx?cid=101")
    aI("text=Banking & Capital Markets;url=content.aspx?cid=102;")
    aI("text=Energy;url=content.aspx?cid=103;");
    aI("text=Private Equity & Fundraising;url=content.aspx?cid=109;");

}



with (milonic = new menuname("m4")) {
    style = submenuStyle;
    aI("text=Portugal&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=content.aspx?cid=110;");
    aI("text=Brazil&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=content.aspx?cid=111;");
    aI("text=Angola;url=content.aspx?cid=112;");
    aI("text=Iraq;url=content.aspx?cid=113;");
    aI("text=USA;url=content.aspx?cid=114;");
}

with (milonic = new menuname("m6")) {
    style = submenuStyle;
    aI("text=Engineering&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=content.aspx?cid=130;");
    aI("text=Building;url=content.aspx?cid=131;");


}



drawMenus();


