
_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=-1;  // Sub menu offset Left position

with(topStyle=new mm_style()){
	   onbgcolor = "rgb(162,172,127)";
       oncolor = "#FFFFFF";
      offbgcolor = "rgb(162,172,127)";
      offcolor = "#FFFFFF";
   bordercolor = "rgb(162,172,127)";
   borderstyle = "solid";
	separatorcolor = "#FFFFFF";
	 separatorsize = 1;
       padding = 3;
//       onborder="2px solid black"
      fontsize = "11px";
     fontstyle = "normal";
    fontweight = "normal";
    fontfamily = "verdana, tahoma, arial";
   high3dcolor = null; // Not sure if this will be included in final release
    low3dcolor = null; // Not sure if this will be included in final release
//     pagecolor = "purple";
//   pagebgcolor = "pink";
//   topbarimage = "/Tulip/Images/icon_print.gif";
//topbarimageloc = "center;middle"
//      subimage = "images/arrow.gif";
//   subimageloc = "center;middle"
	ondecoration = "underline";
		//onbold = true;
  //onitalic = true;
//		alignment="left";

//borderwidth = 0;
alignment="center";
//separatorsize = 0;
//separatorcolor = "#FFFBF0";

}


with(mainStyle=new mm_style()){	
       onbgcolor = "rgb(109,118,78)";
		 oncolor = "#FFFFFF";
	  offbgcolor = "rgb(109,118,78)";     
      offcolor = "#FFFFFF";
	bordercolor = "rgb(109,118,78)";
	 borderstyle = "solid";
//separatorcolor = "#DDDDDD";
// separatorsize = 1;
       //padding = 2;
       padding = 2;
//       onborder="2px solid black"
      fontsize = "11px";
     fontstyle = "normal";
    fontweight = "normal";
    fontfamily = "verdana, tahoma, arial";
   high3dcolor = null; // Not sure if this will be included in final release
    low3dcolor = null; // Not sure if this will be included in final release
//     pagecolor = "purple";
//   pagebgcolor = "pink";
//   topbarimage = "images/arrow_down.gif";
//topbarimageloc = "center;middle"
//      subimage = "images/arrow.gif";
//   subimageloc = "center;middle"
	ondecoration = "underline"
	//onbold = true;
  //onitalic = true;
		alignment="left";
}
/*
with(subStyle=new mm_style()){
     //onbgcolor = "#D8E0E8";
     onbgcolor = "rgb(162,172,127)";
       oncolor = "#FFFFFF";
    //offbgcolor = "#D8E0E8";
    offbgcolor = "rgb(162,172,127)";
      offcolor = "#FFFFFF";
   bordercolor = "rgb(162,172,127)";
   borderstyle = "solid";
separatorcolor = "rgb(162,172,127)";
 separatorsize = 1;
       padding = 3;
//       onborder="2px solid black"
      fontsize = "11px";
     fontstyle = "normal";
    fontweight = "normal";
    fontfamily = "verdana, tahoma, arial";
   high3dcolor = null; // Not sure if this will be included in final release
    low3dcolor = null; // Not sure if this will be included in final release
//     pagecolor = "purple";
//   pagebgcolor = "pink";
//   topbarimage = "images/arrow_down.gif";
//topbarimageloc = "center;middle"
      //subimage = "/Dlg/gfx/arrow_dropdown.gif";
   //subimageloc = "center;middle"
	ondecoration = "underline"
  //onbold = true;
  //onitalic = true;
		alignment="left";
}
*/
