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()){
bordercolor="#2b3829";
borderstyle="solid";
borderwidth=0;
fontfamily="verdana,arial,helvetica";
fontsize="12px";
fontstyle="normal";
headerbgcolor="transparent";
headercolor="transparent";
offbgcolor="transparent";
offcolor="#f5f8ae";
onbgcolor="transparent";
oncolor="#ef7d08";
outfilter="randomdissolve(duration=0.3)";
padding=4;
pagebgcolor="transparent";
pagecolor="#ef7d08";
separatorcolor="transparent";
separatorsize=2;
/*subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2; */
}





with(menuStyle_sub=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="verdana,arial,helvetica";
fontsize=".9em";
fontstyle="normal";
headerbgcolor="#D9CA64";
headercolor="#2b3829";
offbgcolor="#D9CA64";
offcolor="#f5f8ae";
onbgcolor="#FCF4D0";
oncolor="#ef7d08";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#FCF4D0";
pagecolor="#ef7d08";
separatorcolor="#f5f8ae";
separatorsize=1;
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;
}

/*
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=/index2.php;");
aI("text=About Dawn;url=/dawn-kotzer-about.php");
aI("showmenu=coaching_menu;text=Coaching;");
aI("text=Gallery;url=/dawn-kotzer-photo-gallery.php");
aI("text=Blog;url=/blog/");
aI("text=Resources;url=/dawn-kotzer-resources.php");
aI("text=Contact;url=/dawn-kotzer-contact.php");
}
*/
with(milonic=new menuname("coaching_menu")){
style=menuStyle_sub;
left="offset=8"; 
aI("text=1:1 Coaching;url=/coaching-and-classes/1/coaching/;");
aI("text=Teleclasses;url=/coaching-and-classes/2/teleclasses/;");
aI("text=Austin Events;url=coaching-and-classes/3/austin-events/");
aI("text=Corporate Events;url=/coaching-and-classes/4/corporate-events/");
}

drawMenus(); 



