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()){
	
	
fontfamily="Arial, Verdana, Tahoma";
fontsize="13px";
fontstyle="normal";
padding=8;

}

with(menuStyle2=new mm_style()){
	
	
fontfamily="Arial, Verdana, Tahoma";
fontsize="13px";
fontweight="normal";
padding=8;
separatorcolor="#FFFFFF";
separatorpadding=2;
separatorsize=1;
separatorheight="20%";
offcolor="#6b4b44";
oncolor="#6b4b44";

}


with(milonic=new menuname("about")){
style=menuStyle2;
aI("text=clients;url=clients.htm;");
}


with(milonic=new menuname("service")){
style=menuStyle2;
orientation="horizontal";
aI("text=workshops;url=workshops.htm;");
aI("text=coaching;url=coaching.htm;");
aI("text=keynotes;url=keynotes.htm;");
}

drawMenus();




