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(mainMenuStyle=new mm_style()){
align="left";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="65%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#8f959e";
onbgcolor="#b38b46";
oncolor="#ffffff";
padding=4;
subimagepadding=2;
}

with(subMenuStyle=new mm_style()){
align="left";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="65%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#4a4a4a";
offcolor="#ffffff";
onbgcolor="#ffffff";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.01);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=2)";
padding=4;
separatorcolor="#999999";
separatorsize=1;
subimagepadding=2;
}
with(subMenuStyle2=new mm_style()){
align="left";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="65%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#6f6f6f";
offcolor="#ffffff";
onbgcolor="#ffffff";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.01);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=2)";
padding=4;
separatorcolor="#999999";
separatorsize=1;
subimagepadding=2;
}






with(milonic=new menuname("about")){
overflow="scroll";
style=subMenuStyle;
aI("text=How We Started;url=/about/;")
aI("text=Current Employee Relations;url=/about/current.shtml;")
aI("text=The HRCRRA Approach;url=/about/approach.shtml;")
aI("text=Who We Are;url=/about/cv.shtml;")
}

with(milonic=new menuname("services")){
overflow="scroll";
style=subMenuStyle;
aI("text=Employee Relations Package;url=/services/;showmenu=employeeProgram;")
aI("text=Human Resources Consulting;url=/services/consulting.shtml;")
aI("text=Training;url=/services/training.shtml;")
aI("text=Employment Policies;url=/services/policies.shtml;")
aI("text=Collective Bargaining;url=/services/bargaining.shtml;")
aI("text=Diversity;url=/services/diversity.shtml;")
aI("text=Work Life Balance;url=/services/balance.shtml;")
aI("text=Litigation Support;url=/services/litigation.shtml;")
}

with(milonic=new menuname("employeeProgram")){
overflow="scroll";
style=subMenuStyle2;
aI("text=Overview;url=/services/;")
aI("text=Component 1: Comprehensive Audit;url=/services/program1.shtml;")
aI("text=Component 2: New Policies and Procedures;url=/services/program2.shtml;")
aI("text=Component 3: Monitoring Compliance with Policies;url=/services/program3.shtml;")
aI("text=Component 4: Independent Complaint Process;url=/services/program4.shtml;")
aI("text=Component 5: Investigations;url=/services/program5.shtml;")
aI("text=Component 6: Employee Relations Advice;url=/services/program6.shtml;")
aI("text=Component 7: Employee Training;url=/services/program7.shtml;")
aI("text=Component 8: Alternative Dispute Resolution Process;url=/services/program8.shtml;")
aI("text=What is Not Covered;url=/services/notcovered.shtml;")
aI("text=Program Cost;url=/services/cost.shtml;")
}

drawMenus();

