var avenirBook = {
  src: 'http://rohitashrao.com/fonts/avenirBook.swf'
};

sIFR.fitExactly = true;
sIFR.activate(avenirBook); // From revision 209 and onwards

sIFR.replace(avenirBook, {
  selector: 'ul#navigation li'
  	,css: [
  		,'.sIFR-root { color:#888888; font-weight: normal; text-align: left; font-size: 16px; }'
  		,'a:link { color: #888888; text-decoration: none; }'
      	,'a:hover { color: #000000; }'
      	,'a:active { color: #000000; }'
      	,'.selected { color: #000000; text-decoration: none; }'
  	]
  	, wmode: 'transparent'
});

sIFR.replace(avenirBook, {
  selector: 'h1'
  	,css: [
  		,'.sIFR-root { color:#000000; font-weight: bold; text-align: left; font-size: 14px; }'
  		,'a:link { color: #888888; text-decoration: none; }'
      	,'a:hover { color: #000000; }'
  	]
  	, wmode: 'transparent'
});

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




