var bookmans = {
      src: '/bookmans.swf'
    };

sIFR.useStyleCheck = true;
sIFR.activate(bookmans);

sIFR.replace(bookmans, {
      selector: '#top_sifr_menu h2'
      ,css: [
	    '.sIFR-root { color: #E3D1A3; float: left; font-weight: bold;}',
		'a {text-decoration: none; color: #E3D1A3;}',
		'a:link {text-decoration: none; color: #E3D1A3;}',
		'a:visited {text-decoration: none; color: #E3D1A3;}',
		'a:active {text-decoration: none; color: #E3D1A3;}',
		'a:hover {text-decoration: underline; color: #FF7300;}'
      ],
	  transparent: true
    });

sIFR.replace(bookmans, {
      selector: '#menu_container h3'
      ,css: [
	    '.sIFR-root { color: #e3d1a3; text-align: center; font-weight: bold; }'
      ],
	  transparent: true
    });
