var fontin = {
  src: 'swf/fontin.swf' ,wmode: 'transparent'
};

sIFR.activate(fontin);

sIFR.replace(fontin, {
  selector: '#nav li'
  ,css: [
       'a { color: #8f6e73; text-decoration: none; text-align: center; }'
      ,'a:link { color: #8f6e73; text-decoration: none; text-align: center; }'
      ,'a:hover { color: #FFFFFF; text-decoraton: none; text-align: center; }'
      ,'.active { color: #FFFFFF; text-decoraton: none; text-align: center; }'	
	 
 ]
});
