_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="left";
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Tahoma";
fontsize="12pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="White";
offcolor="Black";
onbgcolor="White";
oncolor="Black";
padding="15";
separatorcolor="#E1E1E1";
separatorsize="7";
subimage="images/white_4x7.gif";
subimagepadding="6";
itemwidth="180";
}

with(submenuStyle=new mm_style()){
align="left";
bordercolor="White";
borderstyle="Solid";
borderwidth="5";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#E1E1E1";
offcolor="#000000";
onbgcolor="Black";
oncolor="White";
padding="4";
subimage="images/white_4x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=./;");
aI("showmenu=ShopBrandsLEFT_MENU;text=Shop;target=;url=Shop.html;");
aI("showmenu=ServicesFree Fitness ConsultationLEFT_MENU;text=Services;target=;url=Services.html;");
aI("text=Team O;target=;url=Team-O.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=Privacy;target=;url=Privacy.html;");
}

with(milonic=new menuname("ShopBrandsLEFT_MENU")){
style=submenuStyle;
aI("text=Brands;target=;url=Brands.html;");
aI("text=Pre-Order Your Supplements;target=;url=Pre-Order.html;");
}

with(milonic=new menuname("ServicesFree Fitness ConsultationLEFT_MENU")){
style=submenuStyle;
aI("text=Free Fitness Consultation;target=;url=Free-Fitness-Consultation.html;");
aI("text=Customized Exercise Plan;target=;url=Customized-Exercise-Plan.html;");
aI("text=Customized Nutritional Plan;target=;url=Customized-Nutritional-Plan.html;");
aI("text=Smoothie Bar;target=;url=Smoothie-Bar.html;");
}


 drawMenus();

