_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#003466";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#BDCEDC";
offcolor="#003466";
onbgcolor="#BDCEDC";
oncolor="White";
padding="7";
separatorcolor="#003466";
separatorsize="1";
subimage="images/black_4x5.gif";
subimagepadding="6";
itemwidth="130";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#999999";
oncolor="#000000";
padding="4";
subimage="images/black_4x5.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=http://www.allegroaccounting.com/;");
aI("text=About Us;target=;url=about-us.html;");
aI("text=Contact Us;target=;url=contact-us.html;");
aI("showmenu=ProductsProduct #1LEFT_MENU;text=Products;target=;url=products.html;");
aI("text=Services;target=;url=services.html;");
aI("text=Payroll Services;target=;url=payroll-services.html;");
aI("showmenu=ResourcesQuickBooks Quick TipsLEFT_MENU;text=Resources;target=;url=resources.html;");
aI("text=Testimonials;target=;url=testimonials.html;");
aI("text=Blog;target=_blank;url=http://www.thequickbooksdiva.com/;");
aI("text=Pay My Bill;target=;url=pay-my-bill.html;");
}

with(milonic=new menuname("ProductsProduct #1LEFT_MENU")){
style=submenuStyle;
aI("text=Product #1;target=;url=product1.html;");
aI("text=Product #2;target=;url=product2.html;");
}

with(milonic=new menuname("ResourcesQuickBooks Quick TipsLEFT_MENU")){
style=submenuStyle;
aI("text=QuickBooks Quick Tips;target=;url=quickbooks-quick-tips.html;");
aI("text=Small Business Resources;target=;url=small-business-resources.html;");
aI("text=E-Commerce Resources;target=;url=e-commerce-resources.html;");
aI("text=Payroll Resources;target=;url=payroll-resources.html;");
}


 drawMenus();

