_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
align="right";
bordercolor="Black";
borderstyle="solid";
borderwidth="1";
fontfamily="Arial";
fontsize="11pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#007FAA";
offcolor="White";
onbgcolor="#E7E6E7";
oncolor="Black";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding="4";
pagecolor="White";
separatorcolor="#ffffff";
separatorsize="1";
subimagepadding="8";
imagepadding="8";
}

with(menuStyle=new mm_style()){
align="center";
bordercolor="White";
borderstyle="solid";
borderwidth="3";
fontfamily="Arial";
fontsize="11pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#004E6F";
offcolor="White";
onbgcolor="#007FAA";
oncolor="White";
outfilter="Fade(Overlap=1.00)";
padding="10";
pagebgcolor="#002233";
pagecolor="White";
separatorcolor="Transparent";
separatorsize="0";
imagepadding="6";
itemwidth="100";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=900;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=http://www.danherman.com/;");
aI("text=Speaking;target=;url=speaking.html;");
aI("text=Training;target=;url=workshops.html;");
aI("text=Consultancy;target=;url=consulting.html;");
aI("text=Books;target=;url=books.html;");
aI("text=Articles;target=;url=articles.html;");
aI("text=Method;target=;url=method.html;");
aI("text=About;target=;url=about.html;");
aI("text=Contact;target=;url=contact.html;");
}


 drawMenus();

