_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 = "#AF7A74";
       oncolor = "#FFFFFF";
    offbgcolor = "#DED0C5";
      offcolor = "#000000";
   bordercolor = "#AF7A74";
   borderstyle = "solid";
//separatorcolor = "#DDDDDD";
// separatorsize = 1;
       padding = 6;
//       onborder="2px solid black"
      fontsize = "10px";
     fontstyle = "normal";
    fontweight = "bold";
    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";

borderwidth = 0;
alignment="center";
separatorsize = 0;
separatorcolor = "#AF7A74";

}


with(mainStyle=new mm_style()){
     onbgcolor = "#AF7A74";
       oncolor = "#DED0C5";
    offbgcolor = "#AF7A74";
      offcolor = "#FFFFFF";
   bordercolor = "#AF7A74";
   borderstyle = "solid";
//separatorcolor = "#DDDDDD";
// separatorsize = 1;
       padding = 4;
//       onborder="2px solid black"
      fontsize = "10px";
     fontstyle = "normal";
    fontweight = "bold";
    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 = "#AF7A74";
       oncolor = "#DED0C5";
    offbgcolor = "#AF7A74";
      offcolor = "#FFFFFF";
   bordercolor = "#AF7A74";
   borderstyle = "solid";
separatorcolor = "#AF7A74";
 separatorsize = 1;
       padding = 4;
//       onborder="2px solid black"
      fontsize = "10px";
     fontstyle = "normal";
    fontweight = "bold";
    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 = "/Dakofo2/gfx/arrow_dropdown.gif";
   subimageloc = "center;middle"
  //ondecoration = "underline"
  //onbold = true;
  //onitalic = true;
		alignment="left";
}



