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=0;
_subOffsetLeft=1;

with(menuStyle=new mm_style()){
itemwidth=220;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize="0.70em";
align="center";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#cc0000";
offcolor="#ffffff";
onbgcolor="#666666";
oncolor="#ffffff";
padding=3;
pagebgcolor="#9e0000";
pagecolor="#ffffff";
separatorcolor="#ffffff";
separatorsize=1;
zindex=20;
}

with(milonic=new menuname("Main Menu")){
screenposition="center,top";
left="offset=-325";
top="offset=330";
alwaysvisible=1;
style=menuStyle;
aI("text=Home;url=index.html;");
aI("text=Mission Command;url=cb_gb_mc.html;");
aI("text=Crucial leadership concepts;url=cb_gb_cla.html;");
aI("text=How we work with you;url=cb_gb_work.html;");
aI("text=Tailored to your team;url=cb_gb_bespoke.html;");
aI("text=The outcome for your organisation;url=cb_gb_outcome.html;");
}
drawMenus();

