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=0;


with(menuStyle=new mm_style()){
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="";
oncolor="#000099";
padding=0;
pagebgcolor="";
pagecolor="black";
separatorcolor="#999999";
separatorsize=0;
}


with(menuStyle2=new mm_style()){
bordercolor="#e1dfe0";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#e1dfe0";
offcolor="#000000";
onbgcolor="#808b9d";
oncolor="#ffffff";
padding=4;
pagebgcolor="#22337d";
pagecolor="#ffffff";
separatorcolor="#ffffff";
separatorsize=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("showmenu=AboutUs;text=;image=images/m_aboutus.gif;overimage=images/m_aboutus_over.gif;url=about-us.html;");
aI("showmenu=WhatWeDo;text=;image=images/m_whatwedo.gif;overimage=images/m_whatwedo_over.gif;url=what-we-do.html;");
aI("showmenu=Portfolio;text=;image=images/m_portfolio.gif;overimage=images/m_portfolio_over.gif;url=portfolio.html;");
aI("showmenu=CaseStudies;text=;image=images/m_casestudies.gif;overimage=images/m_casestudies_over.gif;url=cs-Arbroath.html;");
aI("showmenu=News;text=;image=images/m_news.gif;overimage=images/m_news_over.gif;url=news.html;");
aI("showmenu=Contactus;text=;image=images/m_contactus.gif;overimage=images/m_contactus_over.gif;url=contact-us.html;");
aI("showmenu=Home;text=;image=images/m_home.gif;overimage=images/m_home_over.gif;url=index.html;");
}

with(milonic=new menuname("AboutUs")){
overflow="scroll";
style=menuStyle2;
aI("text=About us overview&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=about-us.html;");
aI("text=Who we are;url=who-we-are.html;")

}

with(milonic=new menuname("WhatWeDo")){
style=menuStyle2;
aI("text=What we do overview;url=what-we-do.html;");
aI("text=Health outcomes;url=health-outcomes.html;");
aI("text=Working environment;url=working-environment.html;");
aI("text=Succession & equity release;url=succession-equity-release.html;");
aI("text=Longterm relationships;url=long-term-relationships.html;");
}


with(milonic=new menuname("Portfolio")){
style=menuStyle2;
aI("text=Portfolio&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=portfolio.html;");
}

with(milonic=new menuname("CaseStudies")){
style=menuStyle2;
aI("text=Arbroath&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=cs-Arbroath.html;");
aI("text=Bethesda;url=cs-Bethesda.html;");
aI("text=Lewisham;url=cs-Lewisham.html;");
aI("text=Pitlochry;url=cs-Pitlochry.html;");
}

with(milonic=new menuname("News")){
style=menuStyle2;
aI("text=News overview&nbsp;&nbsp;;url=news.html;");
}

with(milonic=new menuname("Contactus")){
style=menuStyle2;
aI("text=Contact Us&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=contact-us.html;");
}
with(milonic=new menuname("Home")){
style=menuStyle2;
aI("text=Home&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=index.html;");
}


drawMenus();

