_menuCloseDelay=400           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset

/// Style Definitions ///

with(subStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana,Arial, Tahoma, Sans Serif";
fontsize=13;
fontstyle="normal";
fontweight="bold";
align="left";
headerbgcolor="#aaaaaa";
headercolor="#aaaaaa";
offbgcolor="#b8b8b8";
onbgcolor="#cccccc";
oncolor="Fuchsia";
offcolor="#ffffff";
onbold=0;
offbold=0;
onsubimage="images/pinkarrow.gif";
padding=5;
pagebgcolor="#cccccc";
pagecolor="#ffffff";
separatorcolor="#b8b8b8";
separatorsize=10;
imagepadding=6;
overimage="images/pinkarrow.gif";
}
/// Submenu Definitions ///

with(milonic=new menuname("ABOUT")){
style=subStyle;
itemheight=17;
top="offset=0";
aI("text=Company History;url=history.htm;image=images/whitearrow.gif;");
aI("text=Client References;url=References.htm;image=images/whitearrow.gif;");
aI("text=The Team;url=Team.htm;image=images/whitearrow.gif;");
}

with(milonic=new menuname("Services")){
style=subStyle;
itemheight=17;
top="offset=0";
aI("text=Executive Coaching;url=Coaching.htm;image=images/whitearrow.gif;");
aI("text=Career Guidance;url=Guidance.htm;image=images/whitearrow.gif;");
aI("text=Outplacement Services;url=Outplacement.htm;image=images/whitearrow.gif;");
}


drawMenus();

