fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=100;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=-0;

with(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=0;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#cf6821";
oncolor="#ffffff";
offbgcolor="#194761";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma, ";
pagecolor="white";
pagebgcolor="#333333";
headercolor="#000000";
headerbgcolor="#ffffff";
margincolor="#ffffff";
subimagepadding="0";
itemwidth="140px"
overfilter="Fade(duration=0.4);Alpha(opacity=100);Shadow(color='#666666', Direction=115, Strength=2)";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=AllImagesStyle;
aI("pointer=default;image=/global/images/nav1.gif;" );
aI("showmenu=Jobopps;image=/global/images/jobopps.gif;url=/jobopps;");
aI("showmenu=Benefits;image=/global/images/benefit.gif;url=/benefits;");
aI("showmenu=Aboutus;image=/global/images/about.gif;url=/aboutus;");
aI("showmenu=Values;image=/global/images/values.gif;url=/values;");
aI("showmenu=Currentprojects;image=/global/images/projects.gif;url=/currentprojects;");
}

with(milonic=new menuname("Jobopps")){
overflow="scroll";
style=menuStyle;
aI("image=/global/images/navpoint.gif;text=Engineers;url=/jobopps/engineers;")
aI("image=/global/images/navpoint.gif;text=Graduates;url=/jobopps/graduates;")
aI("image=/global/images/navpoint.gif;text=FAQs;url=/jobopps/faqs;")
}

with(milonic=new menuname("Benefits")){
style=menuStyle;
aI("image=/global/images/navpoint.gif;text=Flexible Working;url=/benefits/flexible;");
aI("image=/global/images/navpoint.gif;text=Social;url=/benefits/social");
}

with(milonic=new menuname("Aboutus")){
style=menuStyle;
aI("image=/global/images/navpoint.gif;text=Locations;url=/aboutus/locations/;");
aI("image=/global/images/navpoint.gif;text=Meet the Team;url=/aboutus/team/;");
aI("image=/global/images/navpoint.gif;text=News and Events;url=/news/;");
}

with(milonic=new menuname("Values")){
style=menuStyle;
aI("image=/global/images/navpoint.gif;text=Delivering Results;url=/values/results;");
aI("image=/global/images/navpoint.gif;text=Customer Drive;url=/values/drive;");
aI("image=/global/images/navpoint.gif;text=People and Teams;url=/values/people;");
aI("image=/global/images/navpoint.gif;text=Hands-on Management;url=/values/handson;");
aI("image=/global/images/navpoint.gif;text=Open and Direct Dialogue;url=/values/dialogue;");
aI("image=/global/images/navpoint.gif;text=HSE Mindset;url=/values/hse;");
}

with(milonic=new menuname("Currentprojects")){
style=menuStyle;
aI("image=/global/images/navpoint.gif;text=Process;url=/currentprojects/process.aspx;");
aI("image=/global/images/navpoint.gif;text=Water;url=/currentprojects/water.aspx;");
aI("image=/global/images/navpoint.gif;text=Metals;url=/currentprojects/metals.aspx;");
aI("image=/global/images/navpoint.gif;text=Nuclear;url=/currentprojects/nuclear.aspx;");
aI("image=/global/images/navpoint.gif;text=Energy;url=/currentprojects/energy.aspx;");
}

drawMenus();

