fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=200;
_menuOpenDelay=50;
_subOffsetTop=0;
_subOffsetLeft=1;


with(menuStyle=new mm_style()){
styleid=1;
borderwidth=0;
fontfamily="Tahoma, Verdana, Helvetica";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
itemwidth=219;
offcolor="#ffffff";
oncolor="#181818";
subimagepadding=2;
bgimage="/images/menuitem.gif";
overbgimage="/images/menuitem_over.gif";
pagebgimage="/images/menuitem_page.gif";
separatorsize=3;
separatorcolor="#ffffff";
itemheight=28;
}

with(submenuStyle=new mm_style()){
itemwidth=194;
borderwidth=0;
fontfamily="Tahoma, Verdana, Helvetica";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#6B6B6B";
offcolor="#ffffff";
onbgcolor="#6B6B6B";
oncolor="#181818";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.2)";
padding=6;
pagecolor="#302279";
separatorcolor="#ffffff";
separatorsize=1;
subimage="/images/menuarrow.gif";
subimagepadding=6;
margin=1;
}

with(milonic=new menuname("MainMenu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
menuwidth=885;
position="relative";
aI("align=center;showmenu=WebsiteServices;text=Website Services;url=/website-services;");
aI("align=center;showmenu=SmallBusinessSolutions;text=Small Business Solutions;url=/small-business-solutions;");
aI("align=center;showmenu=EnterpriseSoftware;text=Enterprise Software;url=/enterprise-software;");
aI("align=center;showmenu=NonProfitSolutions;text=Non-Profit Solutions;url=/nonprofit-solutions;");
}

with(milonic=new menuname("WebsiteServices")){
style=submenuStyle;
itemwidth=206;
aI("text=Web Design;url=/website-services/web-design;");
aI("text=Web Development;url=/website-services/web-development;");
aI("text=Web Content Development;url=/website-services/web-content-development;");
aI("text=Web Content Management;url=/website-services/web-content-management-system;");
aI("text=Ecommerce Development;url=/website-services/ecommerce-development;");
aI("text=Search Engine Optimziation (SEO);url=/website-services/search-engine-optimization-seo;");
aI("text=Website Portfolio;url=/website-portfolio;");
}

with(milonic=new menuname("SmallBusinessSolutions")){
style=submenuStyle;
itemwidth=206;
aI("text=Technical Support & Computer Help;url=/small-business-solutions/technical-support-computer-help-desk;");
aI("text=Computer Networking;url=/small-business-solutions/computer-networking-system-administration;");
aI("text=Remote Access / VPN;url=/small-business-solutions/secure-remote-access-vpn;");
aI("text=Customer Data Management;url=/small-business-solutions/customer-data-management-software;");
aI("text=Custom Software Development;url=/custom-software-development;");
aI("text=Small Business Website Samples;url=/website-portfolio/small-business-web-design;");
}

with(milonic=new menuname("EnterpriseSoftware")){
style=submenuStyle;
itemwidth=206;
aI("text=Enterprise Resource Planning (ERP);url=/enterprise-software/enterprise-resource-planning-erp;");
aI("text=Material Requirements Planning (MRP);url=/enterprise-software/material-requirements-planning-mrp;");
aI("text=Business Intelligence & Custom Reports;url=/enterprise-software/business-intelligence-custom-reports;");
aI("text=Custom Software Development;url=/custom-software-development;");
}

with(milonic=new menuname("NonProfitSolutions")){
style=submenuStyle;
itemwidth=206;
aI("text=Data Management Software;url=/nonprofit-solutions/data-management-software;");
aI("text=Mentoring Software;url=/nonprofit-solutions/mentoring-software;");
aI("text=Custom Software Development;url=/custom-software-development;");
aI("text=Nonprofit Website Samples;url=/website-portfolio/nonprofit-web-design;");
}

drawMenus();

