fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;

with(menuStyle=new mm_style()){
orientation="horizontal"
align="left";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
oncolor="#231f20";
menubgcolor="#a89970";
offcolor:"#231f20";
onbgcolor="#cab484";
offbgcolor="#a89970";
itemheight=30;
bgimage="images/menu_icon.gif";
overbgimage="images/menu_icon.gif";
rawcss="padding-right:0px;padding-top:0px;padding-bottom:0px;padding-left:30px;"
fontfamily="Verdana, Arial, Helvetica"
}

with(submenuStyle=new mm_style()){
align="left";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
oncolor="#231f20";
offcolor:"#231f20";
itemheight=30;
bgimage="images/menu_icon.gif";
overbgimage="images/menu_icon.gif";
separatorsize=1;
separatorpadding=1;
rawcss="padding-left:30px;"
offclass="milonic_sub_offclass"
fontfamily="Verdana, Arial, Helvetica"
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("url=index.asp;text=HOME;itemwidth=88;");
aI("showmenu=services;text=SERVICES;itemwidth=108;");
aI("text=SECTORS & CLIENTS;url=sectors_and_clients.asp;itemwidth=178;");
aI("text=EXPERTISE BY FUNCTION;url=expertise_by_function.asp;itemwidth=198;");
aI("text=CANDIDATES;url=candidates.asp;itemwidth=128;");
aI("showmenu=company;text=COMPANY;itemwidth=108;");
aI("text=CONTACT US;url=contact_us.asp;itemwidth=118;");
}

with(milonic=new menuname("services")){
style=submenuStyle;
top="offset=3";
aI("text=C-CHANGE;url=services_c_change.asp;bgcolor=#a89970;onbgcolor=#cab484;offbgcolor=#a89970;itemwidth=248;")
aI("text=PROGRAMME RESOURCING;url=services_programme_resourcing.asp;onbgcolor=#cab484;offbgcolor=#a89970;itemwidth=248;")
aI("text=ERP PROFESSIONAL SERVICES;url=services_erp_professional_services.asp;onbgcolor=#cab484;offbgcolor=#a89970;itemwidth=248;")
}

with(milonic=new menuname("company")){
top="offset=3";
style=submenuStyle;
aI("text=UK;url=company_uk.asp;onbgcolor=#cab484;offbgcolor=#a89970;itemwidth=248;")
aI("text=INTERNATIONAL;url=company_international.asp;onbgcolor=#cab484;offbgcolor=#a89970;itemwidth=248;")
aI("text=SITE MAP;url=site_map.asp;onbgcolor=#cab484;offbgcolor=#a89970;itemwidth=248;")
}


drawMenus();
