/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/

var minion = { src: 'minion.swf' };

sIFR.useStyleCheck = true;

sIFR.activate(minion);

  sIFR.replace(minion, {
  	wmode: 'transparent'
    ,selector: 'h2'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #ffffff;margin-bottom:30px;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #faebc4; }'
    ]
  });

  sIFR.replace(minion, {
  	wmode: 'transparent'
    ,selector: '.menu_sub'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #000000; text-align:right; font-size:12px;}'
      ,'a { text-decoration: none; font-size:12px;}'
      ,'a:link { color: #4f4b4b; font-size:12px;}'
      ,'a:hover { color: #9d7c22; font-size:12px;}'
    ]
  });

  sIFR.replace(minion, {
  	wmode: 'transparent'
    ,selector: '.menu_top'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #000000; text-align:right; font-size:14px;}'
      ,'a { text-decoration: none; font-size:14px;}'
      ,'a:link { color: #4f4b4b; font-size:14px;}'
      ,'a:hover { color: #9d7c22; font-size:14px;}'
    ]
  });

  sIFR.replace(minion, {
  	wmode: 'transparent'
    ,selector: '.menu_top_active'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #000000; text-align:right; font-size:14px;}'
      ,'a { text-decoration: none; font-size:14px;}'
      ,'a:link { color: #9d7c22; font-size:14px;}'
      ,'a:hover { color: #9d7c22; font-size:14px;}'
    ]
  });
