fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



// This will set the dhtml menu style used throughout the site
with(defaultLeftNav=new mm_style()){ 
  offclass = "menuOff";
  onclass = "menuOn";
  padding="4";
  subimage="/images/arrowRight.gif";
  subimagepadding="1";
  margin="10";
}                                                                                   

with(defaultLeftSubNav=new mm_style()){ 
  offclass = "menuOff";
  onclass = "menuOn";
  padding="4";
  bordercolor="#B0B0B0";
  borderstyle="solid";
  borderwidth="1";
  separatorsize = "1";
  separatorcolor = "#007BBF";
  separatorpadding = "2";
  subimage="/images/arrowRight.gif";
  subimagepadding="1";
}                                                                                   

with(defaultLeftSubNavDisabled=new mm_style()){ 
  offclass = "menuDisabled";
  onclass = "menuDisabled";
  padding="4";
  bordercolor="#B0B0B0";
  borderstyle="solid";
  borderwidth="1";
  separatorsize = "1";
  separatorcolor = "#007BBF";
  separatorpadding = "2";
  subimage="/images/arrowRight.gif";
  subimagepadding="1";
}                                                                                   
