_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="0";
fontfamily="Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
image="images/dots1.gif";
offbgcolor="Transparent";
offcolor="#375452";
onbgcolor="#375452";
oncolor="White";
padding="3";
separatorcolor="White";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="175";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="4";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="#BABCB1";
offcolor="White";
onbgcolor="#787972";
oncolor="White";
padding="4";
separatorcolor="#787972";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=./;");
aI("text=Blog;target=_blank;url=http://www.myimcoach.com/blog;");
aI("showmenu=MembersGold MembersLEFT_MENU;text=Members;target=;url=members.html;");
aI("showmenu=Business SolutionsServicesLEFT_MENU;text=Business Solutions;target=;url=Business-Solutions.html;");
aI("showmenu=ArticlesPersonal MentorsLEFT_MENU;text=Articles;target=;url=articles.html;");
aI("text=Resources;target=_blank;url=http://www.myimcoach.com/resources;");
aI("text=Contact Us;target=;url=contact-us.html;");
aI("text=Privacy;target=;url=privacy.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}

with(milonic=new menuname("MembersGold MembersLEFT_MENU")){
style=submenuStyle;
aI("text=Gold Members;target=;url=gold-members.html;");
aI("text=Silver Members;target=;url=silver-members.html;");
aI("text=Bronze Members;target=;url=bronze-members.html;");
}

with(milonic=new menuname("Business SolutionsServicesLEFT_MENU")){
style=submenuStyle;
aI("text=Services;target=;url=Services.html;");
aI("text=Services Quote;target=;url=Services-Quote.html;");
}

with(milonic=new menuname("ArticlesPersonal MentorsLEFT_MENU")){
style=submenuStyle;
aI("text=Personal Mentors;target=;url=Personal-Mentors-A-Necessity-for-Online-Success.html;");
aI("text=Productivity;target=;url=Productivity.html;");
}


 drawMenus();
