_menuCloseDelay = 500;
_menuOpenDelay = 150;
_subOffsetTop = 2;
_subOffsetLeft = -2;

with (menuStyle = new mm_style()) {
    bordercolor = "#555555";
    borderwidth = 0;
    fontfamily = "Verdana, Tahoma, Arial";
    fontsize = "11px";
    fontstyle = "normal";
    headerbgcolor = "#ffffff";
    headercolor = "#000000";
    offbgcolor = "#eeeeee";
    offcolor = "#000000";
    onbgcolor = "#d3d3d3";
    oncolor = "#000099";
    outfilter = "randomdissolve(duration=0.3)";
    overfilter = "Fade(duration=0);Alpha(opacity=100)";
    swap3d = 'true';
    padding = 4;
    pagebgcolor = "#ffffff";
    pagecolor = "black";
    separatorcolor = "#FFFFFF";
    separatorsize = 2;
    subimagepadding = 0;

}

with (submenuStyle = new mm_style()) {
    bordercolor = "#555555";
    borderstyle = "solid";
    borderwidth = 1;
    fontfamily = "Verdana, Tahoma, Arial";
    fontsize = "11px";
    fontstyle = "bold";
    headerbgcolor = "#ffffff";
    headercolor = "#000000";
    offbgcolor = "#999999";
    offcolor = "#ffffff";
    onbgcolor = "#0069ab";
    oncolor = "#ffffff";
    outfilter = "randomdissolve(duration=0)";
    overfilter = "Fade(duration=0);Alpha(opacity=100);Shadow(color=#777777', Direction=0, Strength=0)";
    padding = 4;
    pagebgcolor = "#999999";
    pagecolor = "#ffffff";
    separatorcolor = "#555555";
    separatorsize = 1;
    subimagepadding = 2;
    subimage = "arrow.gif";
}

with (milonic = new menuname("company")) {
    style = submenuStyle;
    aI("text=Profile ;url=http://www.solutioncorp.com/prof.shtml;");
    aI("text=Our Clients;url=http://www.solutioncorp.com/client.shtml;")
    aI("text=Home;url=http://www.solutioncorp.com/home.shtml;")
}


with (milonic = new menuname("products")) {
    style = submenuStyle;

    aI("text=Web-based Timesheet;url=http://www.solutioncorp.com/timesheet.shtml;");
    aI("text=PTO & Leave Tracking;url=http://www.solutioncorp.com/PTO_paid_time_off.shtml;");
    aI("text=Project Management;url=http://www.solutioncorp.com/project_management.shtml;");
    aI("text=Time & Expense Billing;url=http://www.solutioncorp.com/time_and_billing.shtml;");
    /*aI("text=Project Order Billing;url=custom_billing.shtml;");*/
    aI("text=CRM-Contact Management;url=http://www.solutioncorp.com/contact_management.shtml;");
    /*aI("text=Expense Reporting;url=expense_report.shtml;");*/
    aI("text=Recruiting Software;url=http://www.solutioncorp.com/recruiting_software.shtml;");
    aI("text=eCommerce;url=http://www.solutioncorp.com/ecommerce.shtml;");
}

with (milonic = new menuname("services")) {
    style = submenuStyle;

    aI("text=ASP/Pricing;url=http://www.solutioncorp.com/asp.shtml;");
    aI("text=Consulting;url=http://www.solutioncorp.com/consult.shtml;");
    aI("text=Systems;url=http://www.solutioncorp.com/suppserv.shtml;");
    aI("text=Training;url=http://www.solutioncorp.com/train.shtml;");
}


drawMenus();