fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#999966";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=0;
}

with(menuStyle=new mm_style()){
bordercolor="#999966";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#999966";
headercolor="#ffffff";
offbgcolor="#999966";
offcolor="#ffffff";
onbgcolor="#cccc99";
oncolor="#666633";
outfilter="randomdissolve(duration=0.1)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=3;
pagebgcolor="#ffffcc";
pagecolor="black";
separatorcolor="#999966";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=AllImagesStyle;
top=121;
aI("image=images/home_off.gif;overimage=images/home_on.gif;url=index.htm;");
aI("image=images/benefits_off.gif;overimage=images/benefits_on.gif;showmenu=Benefits;url=benefits.htm;");
aI("image=images/hr_off.gif;overimage=images/hr_on.gif;showmenu=HR;url=hr.htm;");
aI("image=images/systems_off.gif;overimage=images/systems_on.gif;showmenu=Systems;url=systems.htm;");
aI("image=images/cbg_off.gif;overimage=images/cbg_on.gif;showmenu=CBG;url=cbg.htm");
}

with(milonic=new menuname("Benefits")){
style=menuStyle;
aI("text=Program Audit & Analysis;url=audit.htm;");
aI("text=Group Health & Welfare;url=health.htm;");
aI("text=Healthcare Benefits Trust;url=trust.htm;");
aI("text=Flexible Spending Accounts;url=fsa.htm;");
aI("text=Consumer-Directed Plans;url=cdhp.htm;");
aI("text=MA Health Care Reform;url=mahcreform.htm;");
aI("text=Preferred Insurance Carriers;url=carriers.htm;");
aI("text=Small Group Plans;url=smallgroup.htm;");
}

with(milonic=new menuname("HR")){
style=menuStyle;
aI("text=ADP Partnership;url=adp.htm;");
aI("text=Private Equity Programs;url=private-equity.htm;")
aI("text=Regulatory Compliance;url=compliance.htm;");
aI("text=Enrollment Programs;url=enrollment.htm;");
aI("text=Patient Advocacy;url=advocacy.htm;");
aI("text=Communication Services;url=communication.htm;");
}

with(milonic=new menuname("Systems")){
style=menuStyle;
aI("text=HRIS / HRMS;url=hris.htm;");
aI("text=Payroll Connectivity;url=payroll.htm;");
aI("text=Employee Self-Service;url=selfservice.htm;");
aI("text=Benefits & HR Portals;url=portals.htm;");
aI("text=Product Demonstrations;url=demos.htm;");
}

with(milonic=new menuname("CBG")){
style=menuStyle;
aI("text=Our Value Proposition;url=value.htm;");
aI("text=Leadership & Experience;url=team.htm;");
aI("text=Customer Testimonials;url=customers.htm;");
aI("text=Strategic Partnerships;url=partners.htm;");
aI("text=Industries Served;url=industries.htm;");
}

drawMenus();

