_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
bordercolor="White";
borderstyle="solid";
borderwidth="5";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#ACABAB";
onbgcolor="#F18500";
oncolor="White";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding="4";
separatorcolor="#ffffff";
separatorsize="1";
subimagepadding="8";
imagepadding="8";
}

with(menuStyle=new mm_style()){
align="right";
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="11pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#F18500";
offcolor="White";
onbgcolor="#A3B5BC";
oncolor="Black";
outfilter="Fade(Overlap=1.00)";
padding="12";
separatorcolor="Transparent";
separatorsize="3";
imagepadding="6";
itemwidth="218";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=http://www.startmoneybusiness.com/;");
aI("showmenu=Articles/Start a BusinessLEFT_MENU;text=Articles;target=;url=articles.html;");
aI("showmenu=Resources/Web SitesLEFT_MENU;text=Resources;target=;url=resources.html;");
aI("showmenu=News/News Release 1LEFT_MENU;text=News;target=;url=news.html;");
}

with(milonic=new menuname("Articles/Start a BusinessLEFT_MENU")){
style=submenuStyle;
aI("text=Start a Business;target=;url=article-1.html;");
aI("text=Definition of Business;target=;url=article-2.html;");
aI("text=How to Advertise;target=;url=article-3.html;");
}

with(milonic=new menuname("Resources/Web SitesLEFT_MENU")){
style=submenuStyle;
aI("text=Web Sites;target=;url=web-sites.html;");
aI("text=Products;target=;url=products.html;");
aI("text=Services;target=;url=services.html;");
aI("text=People;target=;url=people.html;");
}

with(milonic=new menuname("News/News Release 1LEFT_MENU")){
style=submenuStyle;
aI("text=News Release 1;target=;url=news-release-1.html;");
aI("text=News Release 2;target=;url=news-release-2.html;");
aI("text=News Release 3;target=;url=news-release-3.html;");
aI("text=News Release 4;target=;url=news-release-4.html;");
aI("text=News Release 5;target=;url=news-release-5.html;");
}


 drawMenus();

