_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
image="images/dots5.gif";
offbgcolor="White";
offcolor="Black";
onbgcolor="#AF2929";
oncolor="#ffffff";
padding="5";
separatorcolor="#ffffff";
separatorsize="5";
subimage="images/black_7x7.gif";
subimagepadding="10";
overimage="images/whitedots.gif";
imagepadding="10";
itemwidth="177";
}

with(submenuStyle=new mm_style()){
bordercolor="#777968";
borderstyle="solid";
borderwidth="1";
fontfamily="Arial";
fontsize="10pt";
fontstyle="normal";
offbgcolor="White";
offcolor="Black";
onbgcolor="#44453B";
oncolor="#ffffff";
padding="4";
separatorcolor="#44453B";
separatorsize="1";
subimage="images/black_7x7.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=http://www.lookafteryourdog.co.uk/;");
aI("showmenu=Our service/PricesLEFT_MENU;text=Our service;target=;url=our-service.html;");
aI("text=Dog Training;target=;url=dog-training.html;");
aI("showmenu=My Method/Be the bossLEFT_MENU;text=My Method;target=;url=my-method.html;");
aI("text=Steves Blog;target=_blank;url=http://lookafteryourdog-steve.blogspot.com/;");
aI("showmenu=Shop/EssentialsLEFT_MENU;text=Shop;target=;url=shop.html;");
aI("text=Gallery;target=;url=gallery.html;");
aI("showmenu=Contact Us/PrivacyLEFT_MENU;text=Contact Us;target=;url=contact-us.html;");
aI("text=Links;target=;url=links.html;");
aI("text=Site Map;target=;url=sitemap-navigation.html;");
}

with(milonic=new menuname("Our service/PricesLEFT_MENU")){
style=submenuStyle;
aI("text=Prices;target=;url=prices.html;");
aI("text=Booking;target=;url=booking.html;");
aI("text=FAQ's;target=;url=faq's.html;");
aI("text=Work with me;target=;url=work-with-me.html;");
aI("text=Testimonials;target=;url=testimonials.html;");
}

with(milonic=new menuname("My Method/Be the bossLEFT_MENU")){
style=submenuStyle;
aI("text=Be the boss;target=;url=be-the-boss.html;");
}

with(milonic=new menuname("Shop/EssentialsLEFT_MENU")){
style=submenuStyle;
aI("text=Essentials;target=;url=essentials.html;");
aI("text=dog-shop;target=_blank;url=http://www.dog-shop.co.uk;");
}

with(milonic=new menuname("Contact Us/PrivacyLEFT_MENU")){
style=submenuStyle;
aI("text=Privacy;target=;url=privacy.html;");
}


 drawMenus();

