var gill_sans = {
  src: 'http://www.fallingwhistles.com/flash/gill_sans.swf'
};

sIFR.activate(gill_sans);

sIFR.replace(gill_sans, {
  selector: '.nav li'
  ,css: [
      '.sIFR-root { color:#ffffff; text-transform:uppercase; font-size:16px;}'
	   ,'a { text-decoration: none; }'
       ,'a:link { color: #ffffff; }'
       ,'a:hover { color: #666666; }'

    ]
	, wmode: 'transparent'
});

