fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=50;
_subOffsetTop=0;
_subOffsetLeft=0;

// #75634d - is the CF colourbar background
with(TopNavStyle=new mm_style()){
  styleid=1;
  itemheight=38;
  // this is the border around the outside of the menu - setting the borderwidth to 0 turns it off
  borderwidth=0;
  bordercolor="#FFFFFF";
  borderstyle="solid";
  // font for the Menu
  margin=0;
  
  fontfamily="Arial,sans-serif,Helvetica,";
  fontsize="10pt";
  fontstyle="normal";
  fontweight="normal";
  // normal background and forground color for each item
  offbgcolor="transparent";
  offcolor="#ffffff";
  // when the mouse goes over
  onbgcolor="transparent";
  onborder="none";
  oncolor="#ffffff";
  overbgimage="/Style%20Library/Images/EIT_TopNav_Hover_Background.gif";
  pagebgimage="/Style%20Library/Images/EIT_TopNav_Hover_Background.gif";
  // add a sepertator line between items
  separatorimage="/Style%20Library/Images/EIT_TopNav_Separator.gif"; 
  separatorsize=2;
  separatorpadding=0;
  
  padding=0;
  rawcss="";
}

// these are the Dropdown Menus, that Some but not all items use
with(CTMenuStyle=new mm_style()){
  //menubgcolor="#c10000";
  bordercolor="#cf0000";
  borderstyle="solid";
  borderwidth=0;
  itemwidth=130;

  fontfamily="Arial,sans-serif,Helvetica,";
  fontsize="10pt";
  fontstyle="normal";
  fontweight="normal";
  align="center";
  
  // normal menu - APPLICATIONBASEURL is set in the Master page header
  offbgcolor="#eceff3";
  offcolor="#3a4663";
  
  padding=10;
  
  // when the mouse goes over - lighter brown - black text
  onbgcolor="#b2bcd3";
  oncolor="#3a4663";
  
  separatorcolor="#cbd1e0"; 
  separatorsize=1;
  separatorwidth=80;
  separatoralign="center";
  separatorpadding=1;
  
  
  outfilter="randomdissolve(duration=0.2)";
  overfilter="Fade(duration=0.3);Alpha(opacity=100);Shadow(color=#999999, Direction=135, Strength=2)";
}

