_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){
  onbgcolor="#4F8EB6";                    // This property declares the background color for each menu item in the Mouse On state
  oncolor="#ffffff";                      // This property declares the font color for each menu item in the Mouse On state.
  offbgcolor="#E9EBEC";                   // This property declares the background color for each menu item in the Mouse Off state
  offcolor="#003063";                     // This property declares the font color for each menu item in the Mouse Off state.
  bordercolor="#E9EBEC";
  borderstyle="solid";
  borderwidth=1;
  separatorcolor="#003063";
  separatorsize="1";
  padding=5;
  fontsize="100%";
  fontstyle="normal";
  fontfamily="Verdana, Tahoma, Arial";
  fontweight="bold";
  subimage="./images/arrow.gif";
  subimagepadding="2";
}