_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="#E6E1CE";
borderstyle="solid";
borderwidth="0";
fontfamily="Trebuchet MS";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#E6E1CE";
offcolor="#2A0000";
onbgcolor="#E6E1CE";
oncolor="#015E89";
padding="6";
separatorcolor="#000000";
separatorsize="1";
subimage="images/black_7x7.gif";
subimagepadding="6";
itemwidth="132";
}

with(submenuStyle=new mm_style()){
align="center";
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#015E89";
offcolor="#FFFFFF";
onbgcolor="#999999";
oncolor="#000000";
padding="4";
subimage="images/black_7x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=797;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=http://www.ishouldcoco.co.uk/;");
aI("text=About us;target=;url=About-us.html;");
aI("text=Ingredients;target=;url=Ingredients.html;");
aI("showmenu=Order OnlineOriginsINFO_BAR_MENU;text=Order Online;target=;url=Order-Online.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=Feedback;target=;url=Feedback.html;");
}

with(milonic=new menuname("Order OnlineOriginsINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Origins;target=;url=Origins.html;");
aI("text=Infusions;target=;url=Infusions.html;");
aI("text=Delivery;target=;url=Delivery.html;");
}


 drawMenus();

