_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#006594";
offcolor="#ffffff";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("OurBusiness")){
style=menuStyle;
aI("text=What We Do;url=compass_details.php;");
aI("text=About Us;url=about_us.php;");
aI("text=Coaching;url=coaching.php;");
aI("text=Services;url=services.php;");
}

with(milonic=new menuname("Survey")){
style=menuStyle;
aI("text=Team Effectiveness Survey;url=survey.php;");
}

with(milonic=new menuname("Workshops")){
style=menuStyle;
aI("text=Effectiveness Workshops;showmenu=Effectiveness;");
aI("text=Strategy Workshops;showmenu=Strategy;");
aI("text=Navigation Workshops;showmenu=Navigation;");
}

with(milonic=new menuname("Effectiveness")){
style=menuStyle;
aI("text=Compass Points: Success Dynamics;url=compass_points_success_dynamics.php;");
aI("text=The Serenity Workshop;url=serenity_workshop.php;");
aI("text=One on One Coaching Sessions;url=one_on_one_coaching.php;");
aI("text=Compass Points: Team Building Blocks;url=compass_points_team_building_blocks.php;");
aI("text=Team Challenge Ropes Course;url=ropes_course.php;");
}

with(milonic=new menuname("Strategy")){
style=menuStyle;
aI("text=Strategy Creation;url=strategy_creation.php;");
aI("text=Strategy Implementation-Process Design;url=strategy_implementation.php;");
}

with(milonic=new menuname("Navigation")){
style=menuStyle;
aI("text=Business Measures-Metrics;url=metrics_scorecard.php;");
aI("text=Communication;url=who_what.php;");
}

with(milonic=new menuname("Events")){
style=menuStyle;
aI("text=Upcoming Events;url=upcoming_events.php;");
}

with(milonic=new menuname("Resources")){
style=menuStyle;
aI("text=Books & Articles;url=resources.php;");
aI("text=Definitions;url=definitions.php;");
}

drawMenus();


