
var dejaVuCondensed = { src: 'dejaVuCondensed.swf' };
// sIFR.useStyleCheck = true;

sIFR.activate(dejaVuCondensed);


sIFR.replace(dejaVuCondensed, {
  selector: '.galleryName',
  css: ['.sIFR-root { background-color: #ffffff; color: #199ebc; font-size: 20px; text-align:center; }',
  		  'a {color: #cccccc; text-decoration: none; }',
        'a:hover {color: #cccccc; text-decoration: none;}']
});
sIFR.replace(dejaVuCondensed, {
  selector: '.menuItemSelected',
  css: ['.sIFR-root { background-color: #000000; color: #ccffcc; font-size: 20px; font-weight:bold; margin-left:30px;}',
  		  'a {color: #ccffcc; text-decoration: none; }',
        'a:hover {color: #ccffcc; text-decoration: none;}',
		 'a:visited {color: #ccffcc; text-decoration: none;}']
});


sIFR.replace(dejaVuCondensed, {
  selector: '#menu_items',
  css: ['.sIFR-root { background-color: #ffffff; color: #000000; font-size: 18px;  }',
  		  'a {color: #000000; text-decoration: none; }',
        'a:hover {color: #199ebc; text-decoration: none;}',
		'a:visited {color: #000000; text-decoration: none; }'] , 
  forceSingleLine: true
});

sIFR.replace(dejaVuCondensed, {
  selector: '.galleryNameMenu',
  css: ['.sIFR-root { background-color: #ffffff; color: #000000; font-size: 18px;  }',
  		  'a {color: #199ebc; text-decoration: none; }',
        'a:hover {color: #cccccc; text-decoration: none;}'] , 
  forceSingleLine: true
});



