_scrollAmount=3;      // Used for Netscape 4 scrolling
_scrollDelay=20;	     // Used for Netscape 4 scrolling

_menuCloseDelay=700;  // The delay for menus to remain visible on mouse off
_menuOpenDelay=50;   // The delay for opening menus on mouse over
//_followSpeed=0       // Follow Scrolling speed (higher number makes the scrolling smoother but slower)
//_followRate=0        // Follow Scrolling Rate (use a minimum of 40 or you may experience problems)
_subOffsetTop=0;     // Sub menu offset Top position
_subOffsetLeft=0;  // Sub menu offset Left position

_color1 = "#E4E8D7";
_color2 = "#004f27";
_color3 = "#AEB492";
_color4 = "#3F6148";
_font1 = "verdana, tahoma, arial";
_color5 = "#B2B797";
_color6 = "#FFFFFF";
_color7 = "#004f27";
/*_color8 = "";
_color9 = "";
_color10 = "";*/

with(topStyle  = new mm_style()){
     onbgcolor = _color3;
       oncolor = _color2;
    offbgcolor = _color3;
      offcolor = _color6;
   bordercolor = _color1;
   borderstyle = "solid";
//separatorcolor = "#DDDDDD";
// separatorsize = 1;
       padding = 4;
//       onborder="2px solid black"
      fontsize = "10px";
     fontstyle = "normal";
    fontweight = "bold";
    fontfamily = _font1;
   high3dcolor = null; // Not sure if this will be included in final release
    low3dcolor = null; // Not sure if this will be included in final release
   borderwidth = 0;
	 alignment = "center";
 separatorsize = 0;
separatorcolor = _color1;
}

with(mainStyle = new mm_style()){
     onbgcolor = _color1;
       oncolor = _color2;
    offbgcolor = _color1;
      offcolor = _color4;
   bordercolor = _color1;
   borderstyle = "solid";
//separatorcolor = "#DDDDDD";
// separatorsize = 1;
       padding = 4;
//       onborder="2px solid black"
      fontsize = "10px";
     fontstyle = "normal";
    fontweight = "bold";
    fontfamily = _font1;
   high3dcolor = null; // Not sure if this will be included in final release
    low3dcolor = null; // Not sure if this will be included in final release
	 alignment = "left";
}

with(subStyle  = new mm_style()){
     onbgcolor = _color1;
       oncolor = _color7;
    offbgcolor = _color5;
      offcolor = _color6;
   bordercolor = _color6;
   borderstyle = "solid";
separatorcolor = _color5;
 separatorsize = 1;
       padding = 4;
//       onborder="2px solid black"
      fontsize = "10px";
     fontstyle = "normal";
    fontweight = "bold";
    fontfamily = _font1;
   high3dcolor = null; // Not sure if this will be included in final release
    low3dcolor = null; // Not sure if this will be included in final release
      subimage = "/Agrova/gfx/arrow_dropdown.gif";
   subimageloc = "center;middle";
	 alignment = "left";
}


