
// sIFR.useStyleCheck = true;
var HelvNeueCondensedBold = { src: 'includes/sifr/js/HelvNeue-CondensedBold.swf' };
  
sIFR.activate(HelvNeueCondensedBold);

// The first argument you see here is `selector`, which is a normal CSS selector.
// That means you can also do things like '#content h1' or 'h1.title'.
//
// The second argument determines what the Flash text looks like. The main text
// is styled via the `.sIFR-root` class. Here we've specified `background-color`
// of the entire Flash movie to be a light grey, and the `color` of the text to
// be red. Read more about styling at <http://wiki.novemberborn.net/sifr3/Styling>.

//sIFR.debug.ratios({ src: 'includes/sifr/js/HelvNeue-CondensedBold.swf', selector: 'li' });

sIFR.replace(HelvNeueCondensedBold, {
  selector: 'ul#mainNav li',
  wmode: 'transparent',
  forceSingleLine: true,
  tuneWidth:2,
  offsetTop:2,
  ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 28, 1.23, 34, 1.22, 38, 1.21, 39, 1.22, 51, 1.21, 80, 1.2, 82, 1.19, 87, 1.2, 88, 1.19, 89, 1.2, 93, 1.19, 94, 1.2, 1.19],
  css: ['.sIFR-root { background-color: #676767; color: #FFFFFF; text-transform:uppercase; font-size:14px; }'
	 	,'a { text-decoration:none; color: #FFFFFF; }'
        ,'a:link { text-decoration:none; color: #FFFFFF; }'
        ,'a:hover { color: #f89838; }']
});
