_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=10;
buildafterload="true";


with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
offbgcolor="#9D4675";
offcolor="#000000";
oncolor="#ffffff";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/black_round_white.gif";
}

with(menuStyle=new mm_style()){
align="center";
bordercolor="#ffffff";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
image="images/sepsquare.gif";
offbgcolor="#96B464";
offcolor="AliceBlue";
oncolor="#000000";
padding="1";
separatorcolor="#FFFFFF";
separatorsize="1";
overimage="images/sepsquare_on.gif";
imageposition="right";
itemwidth="159";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=799;
style=menuStyle;
alwaysvisible="1";
itemwidth="120";
orientation="horizontal";
itemheight="18";
aI("text=Home;target=;url=./;");
aI("text=Order Now;target=;url=Order-Now.html;");
aI("text=Free Weight Loss ebook;target=;url=Free-Weight-Loss-ebook.html;");
aI("text=FAQ;target=;url=FAQ.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
}


 drawMenus();

