
//_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuCloseDelay=50           // The time delay for menus to remain visible on mouse out
//_menuOpenDelay=150            // The time delay before menus open on mouse over
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate

_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=-3            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(MenuStyle=new mm_style())
{
  // Class definitions
  /*
  onclass="MainMenuOn";
  offclass="MainMenuOff";
  pageclass="MainMenuPage";
  */

  onbgcolor="#b35351";
  oncolor="#ffffff";
  offbgcolor="#ab1a18";
  offcolor="#ffffff";
  
  fontsize="12px";
  fontstyle="normal";
  fontweight="bold";

  //defines the border around the menu
  /*
  bordercolor="orange";
  borderstyle="solid";
  borderwidth=1;
  */
  
  padding=3;

  separatorcolor="#ffffff";
  separatoralign="middle";
  separatorheight="23px";
  //separatorpadding="5px";
  separatorsize="1";
/* separatorwidth="3"; */


  fontfamily="Verdana, Arial, Tahoma";
  pagecolor="#ffffff";         //Font color of currently selected page (full page path)
  pagebgcolor="#b35351";      //Background color of currently selected page (full page path)

  /*
  image="images/main_menu_off.gif";
  overimage="images/main_menu_on.gif";
  pageimage="images/main_menu_on.gif";  
  */

/*
  headercolor="#000000";
  headerbgcolor="#000066";
*/

  subimage="https://secure3.actionhosting.ca/ottawaboatcruise-com/images/arrow_white_down.gif";
  subimagepadding="5"; 
  subimageposition="middle";
  
  //overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
  //outfilter="randomdissolve(duration=0.3)";
}

with(SubMenuStyle=new mm_style())
{
  onbgcolor="#b35351";
  oncolor="#ffffff";
  offbgcolor="#ab1a18";
  offcolor="#ffffff";

  bordercolor="#ffffff";
  borderstyle="solid";
  borderwidth=1;
  
  padding=5;

  fontsize="12px";
  fontstyle="normal";
  fontweight="bold";

  separatorcolor="#ffffff";
  separatoralign="middle";
  separatorheight="20px"; 
  //separatorpadding="5px";
  separatorsize="1";
  //separatorwidth="1";
  
  fontfamily="Verdana, Arial, Tahoma";
  pagecolor="#ffffff";         //Font color of currently selected page (full page path)
  pagebgcolor="#b35351";      //Background color of currently selected page (full page path)
  
  headercolor="#000000";
  headerbgcolor="#ffffff";
  
  subimage="https://secure3.actionhosting.ca/ottawaboatcruise-com/images/arrow_white_right.gif";
  subimagepadding="2";
  //overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=3)";
  //outfilter="randomdissolve(duration=0.3)";
}
