// SECOND LEVEL MENU for "store" pages : current tab
Fonts.Register
(
  {
    font: bankgothic,
    options:
    {
      selector: '.range_store #menu_second .current .sIFR',
      css: {
        '.sIFR-root': { 'color': '#e5e5e5', 'background-color': '#46667a', 'font-size': '14px'  },
        '.link': { 'color': '#e5e5e5', 'background-color': '#ebebeb', 'text-decoration': 'none' },
        'a:hover': { 'color': '#e5e5e5', 'background-color': '#ebebeb', 'text-decoration': 'none' }
      },
      tuneHeight: -1,
      fitExactly : true,
      forceSingleLine : true,
      preventWrap : true,
      tuneWidth : 1,
      wmode: 'opaque'
    }
  }
);


// SECOND LEVEL MENU for "store" pages : first tab
Fonts.Register
(
  {
    font: bankgothic,
    options:
    {
      selector: '.range_store #menu_second .first .sIFR',
      css: {
        '.sIFR-root': { 'color': '#46667b', 'background-color': '#ebebeb', 'font-size': '14px'  },
        '.link': { 'color': '#46667b', 'background-color': '#ebebeb', 'text-decoration': 'none' },
        'a:hover': { 'color': '#46667b', 'background-color': '#ebebeb', 'text-decoration': 'none' }
      },
      tuneHeight: -1,
      fitExactly : true,
      forceSingleLine : true,
      preventWrap : true,
      tuneWidth : 1,
      wmode: 'opaque'
    }
  }
);

// SECOND LEVEL MENU for "store" pages : tab 2
Fonts.Register
(
  {
    font: bankgothic,
    options:
    {
      selector: '.range_store #menu_second .second .sIFR',
      css: {
        '.sIFR-root': { 'color': '#46667b', 'background-color': '#ebebeb', 'font-size': '14px'  },
        '.link': { 'color': '#46667b', 'background-color': '#ebebeb', 'text-decoration': 'none' },
        'a:hover': { 'color': '#46667b', 'background-color': '#ebebeb', 'text-decoration': 'none' }
      },
      tuneHeight: -1,
      fitExactly : true,
      forceSingleLine : true,
      preventWrap : true,
      tuneWidth : 1,
      wmode: 'opaque'
    }
  }
);

// SECOND LEVEL MENU for "store" pages : tab 3
Fonts.Register
(
  {
    font: bankgothic,
    options:
    {
      selector: '.range_store #menu_second .third .sIFR',
      css: {
        '.sIFR-root': { 'color': '#46667b', 'background-color': '#ebebeb', 'font-size': '14px'  },
        '.link': { 'color': '#46667b', 'background-color': '#ebebeb', 'text-decoration': 'none' },
        'a:hover': { 'color': '#46667b', 'background-color': '#ebebeb', 'text-decoration': 'none' }
      },
      tuneHeight: -1,
      fitExactly : true,
      forceSingleLine : true,
      preventWrap : true,
      tuneWidth : 1,
      wmode: 'opaque'
    }
  }
);

// SECOND LEVEL MENU for "store" pages : last tab
Fonts.Register
(
  {
    font: bankgothic,
    options:
    {
      selector: '.range_store #menu_second .last .sIFR',
      css: {
        '.sIFR-root': { 'color': '#46667b', 'background-color': '#ebebeb', 'font-size': '14px'  },
        '.link': { 'color': '#46667b', 'background-color': '#ebebeb', 'text-decoration': 'none' },
        'a:hover': { 'color': '#46667b', 'background-color': '#ebebeb', 'text-decoration': 'none' }
      },
      tuneHeight: -1,
      fitExactly : true,
      forceSingleLine : true,
      preventWrap : true,
      tuneWidth : 1,
      wmode: 'opaque'
    }
  }
);