_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offbgcolor="Cornsilk";
offcolor="#000000";
onbgcolor="DarkOrange";
oncolor="Turquoise";
padding="5";
pagebgcolor="Cornsilk";
pagecolor="Cornsilk";
subimage="images/11x9_dotted_green.gif";
subimagepadding="8";
}

with(menuStyle=new mm_style()){
align="center";
fontfamily="Palatino Linotype";
fontsize="8pt";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
image="images/location6.gif";
offcolor="#FFFFFF";
onbold="bold";
oncolor="DarkTurquoise";
pagecolor="White";
overimage="images/location_on6.gif";
imageposition="right";
itemwidth="100";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=1100;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
openstyle="up";
aI("text=HOME;target=;url=home.html;");
aI("text=ABOUT;target=;url=about.html;");
aI("text=BLOG;target=;url=blog.html;");
aI("text=EVENTS;target=;url=events.html;");
aI("text=PRODUCTS;target=;url=products.html;");
aI("text=COACHING;target=;url=coaching.html;");
aI("text=FREE;target=;url=freebies.html;");
aI("text=COMPANY;target=;url=company.html;");
aI("text=ADVERTISING;target=;url=advertising.html;");
aI("text=PRIVACY POLICY;target=;url=privacy-policy.html;");
aI("text=ANTISPAM;target=;url=antispam.html;");
}


 drawMenus();
