_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="DimGray";
onbgcolor="#E7E6E7";
oncolor="Black";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding="4";
separatorcolor="#ffffff";
separatorsize="1";
subimagepadding="8";
imagepadding="8";
}

with(menuStyle=new mm_style()){
align="center";
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="12pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Gainsboro";
offcolor="DimGray";
onbgcolor="Lavender";
oncolor="Black";
outfilter="Fade(Overlap=1.00)";
padding="4";
imagepadding="6";
itemwidth="100";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=800;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=./;");
aI("text=About Us;target=;url=About-Us.html;");
aI("text=How can we help?;target=;url=How-can-we-help-.html;");
aI("showmenu=SolutionsSession InformationINFO_BAR_MENU;text=Solutions;target=;url=Solutions.html;");
aI("showmenu=Contact UsLocationINFO_BAR_MENU;text=Contact Us;target=;url=Contact-Us.html;");
aI("text=FAQ;target=;url=FAQ.html;");
aI("text=Resources;target=;url=Resources.html;");
aI("text=Stop Smoking;target=_blank;url=http://www.southlondonstopsmoking.com;");
}

with(milonic=new menuname("SolutionsSession InformationINFO_BAR_MENU")){
style=submenuStyle;
aI("showmenu=Session InformationFeesINFO_BAR_MENU;text=Session Information;target=;url=Session-Information.html;");
aI("text=Hypnotherapy;target=;url=Hypnotherapy.html;");
}

with(milonic=new menuname("Session InformationFeesINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Fees;target=;url=Fees.html;");
}

with(milonic=new menuname("Contact UsLocationINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Location;target=;url=Location.html;");
}


 drawMenus();
