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="#999999";
offcolor="#ffffff";
onbgcolor="#666666";
oncolor="#ffffff";
padding=3;
pagebgcolor="#666666";
pagecolor="#ffffff";
separatorcolor="#ffffff";
separatorsize=1;
zindex=20;
}

with(milonic=new menuname("Main Menu")){
screenposition="center,top";
left="offset=-325";
top="offset=450";
alwaysvisible=1;
style=menuStyle;
aI("text=Clients and Testimonials;url=cb_gb_testimonials.html;");
aI("text=Corporate Battlefields team;url=cb_gb_team.html;");
aI("text=Online video;url=cb_gb_brochure.html;");
aI("text=Contact us;url=cb_gb_contact.html;");
}

drawMenus();

