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=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ADB7C3";
offcolor="#000000";
onbgcolor="#990099";
oncolor="#ffffff";
outfilter="fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=4;
pagebgcolor="#ADB7C3";
pagecolor="black";
separatorcolor="#5e5e5e";
separatorsize=1;
subimage="Graphics/arrow.gif";
subimagepadding=2;
}

with(menuStyleborder=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ADB7C3";
offcolor="#000000";
onbgcolor="#990099";
oncolor="#ffffff";
outfilter="fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=4;
pagebgcolor="#ADB7C3";
pagecolor="black";
separatorcolor="#5e5e5e";
separatorsize=1;
subimage="Graphics/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
itemwidth="100%";
menuwidth="100%";
style=menuStyle;
menualign="left";
position="relative";
aI("status=Back To Home Page;text=Home;url=index.html;offfunction=changecelloff('leftcell');onfunction=changecellon('leftcell');");
aI("status=About Us;text=About Us;url=About Us.html");
aI("showmenu=OurServices;text=Our Services;url=our services.html;");
aI("status=Careers;text=Careers;url=Careers.html;");
aI("status=ContactUs;text=Contact Us;url=Contact Us.html;");
aI("status=LatestNews;text=Latest News;url=latest news.html;offfunction=changecelloff('rightcell');onfunction=changecellon('rightcell');");
}

with(milonic=new menuname("OurServices")){
style=menuStyleborder;
aI("text=Interim Management;url=Our Services/interim management.html;");
aI("text=Local Government Consultancy;url=Our Services/local government.html;");
aI("text=Healthcare Management;url=Our Services/healthcare management.html;");
aI("text=Managed Services;url=Our Services/managed services.html;");
aI("text=People Management;url=Our Services/people management.html;");
aI("text=Estate and Facilities Management;url=Our Services/Estate and Facilities Management.html;");
}

drawMenus();



