_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="left";
bgimage="images/yellowgrad3d0.gif";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
image="images/black_blue.gif";
offcolor="#000000";
oncolor="#000000";
outfilter="fade(duration=0.5)";
separatorcolor="Transparent";
separatorsize="1";
subimage="images/xp_ind.gif";
subimagepadding="5";
imagepadding="4";
itemheight="21";
itemwidth="110";
}

with(submenuStyle=new mm_style()){
borderstyle="raised";
borderwidth="2";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
high3dcolor="#ffffff";
low3dcolor="#634263";
offbgcolor="BurlyWood";
offcolor="#000000";
oncolor="#ffffff";
outfilter="fade(duration=0.5)";
padding="3";
separatorsize="2";
subimage="images/xp_ind.gif";
subimagepadding="8";
swap3d="1";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
itemwidth="110";
orientation="vertical";
itemheight="21";
aI("text=Home;target=;url=.././;align=left;");
aI("text=Lifestyle;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";align=left;");
aI("showmenu=DietDiet dilemmaLEFT_MENU;text=Diet;target=;url=diet.html;align=left;");
aI("text=Site Map;target=;url=../sitemap-page-order.html;align=left;");
}

with(milonic=new menuname("DietDiet dilemmaLEFT_MENU")){
style=submenuStyle;
aI("text=Diet dilemma;target=;url=diet-dilemma.html;");
aI("text=What's in pet food?;target=;url=whats-in-pet-food.html;");
aI("text=Pet Food Labels;target=;url=pet-food-labels.html;");
}


 drawMenus();
