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="55px";
  // 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
  fontfamily="Arial Narrow,Arial,sans-serif,Helvetica,";
  fontsize="medium";
  fontstyle="normal";
  fontweight="Bold";
  // normal background and forground color for each item
  offbgcolor="transparent";
  offcolor="#dfdfdf";
  // when the mouse goes over
  onbgcolor="transparent";
  onborder="none";
  oncolor="#666666";
  overbgimage="/Style%20Library/Images/PG_TopNav_Hover_Background.gif";
  // add a sepertator line between items
  separatorcolor="transparent"; 
  separatorsize=4;
  separatorpadding=0;
  
  padding=0;
  rawcss="padding-left:30px;padding-right:30px;";
}

// 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;

  fontfamily="Arial Narrow,Arial,sans-serif,Helvetica,";
  fontsize="small";
  fontstyle="normal";
  fontweight="normal";
  
  menubgimage="/Style%20Library/Images/PG_TopNavFlyout_background.gif";
  
  // normal menu - APPLICATIONBASEURL is set in the Master page header
  //image= APPLICATIONBASEURL + "Images/yellow_6x10.gif";
  //imagepadding=3;
  //offbgcolor="#d8d8d8";
  offbgcolor="transparent";
  offcolor="#666666";
  onborder='none';
  
  padding=3;
  
  // when the mouse goes over - lighter brown - black text
  onborder=0;
  oncolor="#ffffff";
  overbgimage="/Style%20Library/Images/PG_TopNavFlyout_Hover_Background.gif";

  separatorcolor="#bbbbbb"; 
  separatorsize=1;
  separatorpadding=0;

  outfilter="randomdissolve(duration=0.2)";
  overfilter="Fade(duration=0.3);Alpha(opacity=100);Shadow(color=#999999, Direction=135, Strength=2)";
}

