  var GillSans = {
    src: '/sifr-v3/flash/sifr-GillSans.swf'
  };
 
  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(GillSans);
  //sIFR.activate(AvenirBook);
  
 
	/*
  sIFR.replace(AvenirBook, {
    selector: '#mainNav li'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; text-transform:uppercase; font-size: 12px;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #333333; }'
      ,'a:hover { color: #69AC45;}'
    ]
  });
   sIFR.replace(GillSans, {
    selector: '#topNav'
    ,css: [
      '.sIFR-root {text-align:right; float:right}'
    ]
	,wmode: 'transparent'
  });

   sIFR.replace(GillSans, {
    selector: '#topNav li'
    ,css: [
      '.sIFR-root {text-transform:uppercase; font-size:12px; height: 12px}'
	  /*,'ul {height: 38px; list-style: none;	margin: 0; padding: 0;}'
	  ,'li a:hover {display: block;	line-height: 120%; padding-bottom: 5px;	font-size: 16px; text-align: center; text-decoration: none;}'
	  ,'li ul {background: #ceccc3; display: none; height: auto; margin-left: -3px; padding-bottom: 5px; position: absolute; text-transform: uppercase; color: #ffffff;	z-index: 2000;'
	  ,'li li {display: block; float: none;	width: 225px;}'
	  ,'li ul a {display: block; font-size: 12px; font-style: normal; height: 20px; line-height: 20px; padding: 0 10px; text-align: left; color: #FFF;}'
	  ,'li ul a: hover {background: #949494; color: #000000;}'
	  ,'ul li (font-weight: normal;}'
	  ,'li li (text-transform: uppercase;}'
      ,'a:link {color:#967239; }'  //
      ,'a:visited {font-weight:bold; padding-left:10px; text-decoration:none}'font-weight:bold;* /
      ,'a {color:#967239; text-decoration:none}'
      ,'a:hover {color:#B9A57D; text-decoration:none}'
    ]
	,wmode: 'transparent'
  });
  */

/*
   sIFR.replace(GillSans, {
    selector: '#topNav li'
    ,css: [
      '.sIFR-root {height:12px; list-style-type:none; padding-left:5px; float:left;}'
    ]
	,wmode: 'transparent'
  });
*/
