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=4;
_subOffsetLeft=-2;


with(horizontal=new mm_style()){
styleid=3;
/*bordercolor="#000000";
borderstyle="solid";
borderwidth=1;*/
fontfamily="Arial, Helvetica";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#399ED2";
offcolor="#000000";
onbgcolor="#399ED2";
oncolor="#ffffff";
padding=2;
separatoralign=20;
separatorheight=15;
separatorpadding=5;
separatorwidth=1;
separatorcolor="#1B4B48";
}

with(dropdown=new mm_style()){
styleid=1;
bordercolor="#1B4B48";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial,Helvetica";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#399ED2";
offcolor="#000000";
onbgcolor="#399ED2";
oncolor="#ffffff";
padding=3;
}

with(menu=new menuname("Main Menu")){
alwaysvisible=1;
left=50;
orientation="horizontal";
style=horizontal;
top=110;
aI("text=Home;url=index.php;");
aI("showmenu=aboutus;text=About Us;");
aI("showmenu=leadership;text=Leadership Coaching Services;");
aI("showmenu=learning;text=Learning Evaluation Services;");
aI("showmenu=resources;text=Resources;");
aI("text=Contact Us;url=contactus.php;");

}

with(menu=new menuname("aboutus")){
//overflow="scroll";
style=dropdown;
top="offset=2";
aI("text=How We Do Business;url=howwedobusiness.php;")
aI("text=Mission/Vision/Values;url=mission.php;")
aI("text=Biographies;url=bios.php;")
aI("text=Awards;url=awards.php;")
aI("text=Policies;url=cylientpolicies.php;")


}
with(menu=new menuname("leadership")){
//overflow="scroll";
style=dropdown;
top="offset=2";
aI("text=Overview of Coaching Services;url=coachingcounts.php;")
aI("text=Introduction to Coaching Conversations;url=coachinginmoment.php;")
aI("text=Leaders and Managers as Coaches;url=leadinginsightleader.php;")
aI("text=Training for Internal Coaches;url=leadinginsighcoaching.php;")
aI("text=Coaching Support Following Workshops;url=coachingsupport.php;")
aI("text=Individual Leadership Coaching Engagements;url=individualleadership.php;")
aI("text=Team Coaching;url=leadingwithinsightteams.php;")
aI("text=Consulting and Evaluation for Coaching;url=coachingcountsconsulting.php")

}
with(menu=new menuname("learning")){
//overflow="scroll";
style=dropdown;
top="offset=2";
aI("text=Overview of Evaluation Services;url=overview.php;")
aI("text=Application and Impact Evaluations;url=applicationandimpactevaluation.php;")
aI("text=ROI Evaluations;url=roievaluations.php;")
aI("text=Performance Scorecards;url=perfscorecard.php;")
aI("text=ROI Evaluation Certification;url=roi.php;")

}
with(menu=new menuname("resources")){
//overflow="scroll";
style=dropdown;
top="offset=2";
aI("text=Upcoming Events;url=events.php;")
aI("text=Books;url=books.php;")
aI("text=Tools;url=tools.php;")
aI("text=Presentations;url=presentations.php;")
aI("text=Return on Investment (ROI) Studies;url=execsummary.php;")
aI("text=Partners;url=partners.php;")
aI("text=Publications;url=publications.php;")
}


drawMenus();


