_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="Black";
borderstyle="solid";
borderwidth="0";
fontfamily="Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="#002A55";
onbgcolor="Transparent";
oncolor="#007FAA";
padding="0";
pagebgcolor="Transparent";
pagecolor="#007FAA";
separatorcolor="Transparent";
separatorsize="10";
subimage="images/blue1.gif";
subimagepadding="1";
itemwidth="100";
}

with(submenuStyle=new mm_style()){
bordercolor="#FEF9DA";
borderstyle="solid";
borderwidth="2";
fontfamily="Arial";
fontsize="10pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#055182";
offcolor="#D4FFFF";
onbgcolor="#00547F";
oncolor="#FEF9DA";
padding="4";
pagebgcolor="#00547F";
pagecolor="#FEF9DA";
subimage="images/blue1.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=430;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=http://www.soniahilderpsychotherapy.co.uk/;");
aI("showmenu=CounsellingCounsellingINFO_BAR_MENU;text=Counselling;target=;url=Counselling.html;");
aI("showmenu=About meAbout meINFO_BAR_MENU;text=About me;target=;url=About-me.html;");
aI("text=Contact;target=;url=Contact.html;");
}

with(milonic=new menuname("CounsellingCounsellingINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Counselling;target=;url=Counselling.html;");
aI("text=Services;target=;url=Services.html;");
aI("text=Framework;target=;url=Framework.html;");
aI("text=Training;target=;url=Training.html;");
aI("text=Prices;target=;url=Prices.html;");
}

with(milonic=new menuname("About meAbout meINFO_BAR_MENU")){
style=submenuStyle;
aI("text=About me;target=;url=About-me.html;");
aI("text=Experience;target=;url=Experience.html;");
aI("text=Qualifications;target=;url=Qualifications.html;");
aI("text=Confidentiality;target=;url=Confidentiality.html;");
}


 drawMenus();
