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(menuStyle=new mm_style()){
headerbgcolor="#CCCCCC";
headercolor="#285577";
offbgcolor="#cccccc";
offcolor="#285577";
onbgcolor="#eee";
oncolor="#285577";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=6;
pagebgcolor="#CCCCCC";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
itemwidth=100;
align='center';
}

with(submenuStyle=new mm_style()){
headerbgcolor="#eeeeee";
headercolor="#285577";
offbgcolor="#eeeeee";
offcolor="#285577";
onbgcolor="#ccc";
oncolor="#285577";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=6;
pagebgcolor="#CCCCCC";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
itemwidth=112;
align='center';
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
position='relative';
aI("text=Home;url=http://www.ronernst.com/;");
aI("showmenu=Books;text=Books & Free Downloads;url=http://www.ronernst.com/booksactionguides.html;");
aI("showmenu=Coaching;text=Coaching & TopLeaF;url=http://www.ronernst.com/executivedevcoaching.html;");
aI("text=Candidate Selection;url=http://www.ronernst.com/candidate-selection.html;");
aI("text=Creating a Board of Advisors;url=http://www.ronernst.com/creating-board-of-advisors.html;");
aI("text=Book Ron to Speak;url=http://www.ronernst.com/speakingengagements.html;");
aI("text=Stage 3 Growth Blog;url=http://www.ronernst.com/stage3growth/;");
aI("text=Bio & Contact Information;url=http://www.ronernst.com/contact.html;");
}

with(milonic=new menuname("Books")){
overflow="scroll";
style=submenuStyle;
aI("text=Books;url=http://www.ronernst.com/booksactionguides.html;")
aI("text=Free Downloads;url=http://www.ronernst.com/downloads.html;")
aI("text=Readings;url=http://www.ronernst.com/readings.html;")
}

with(milonic=new menuname("Coaching")){
style=submenuStyle;
aI("text=Overview;url=http://www.ronernst.com/executivedevcoaching.html;");
aI("text=TopLeaF;url=http://www.ronernst.com/corporate-life-cycle.html;");
aI("text=Training Programs;url=http://www.ronernst.com/training-programs.html;");
aI("text=Prairie Dog Day;url=http://www.ronernst.com/prairie-dog-day.html;");
}

drawMenus();

