jQuery(document).ready(function(){
	/*----- Navigation ------*/
	jQuery('#navigation').accordion({
		active: false,
		header: '.menuTitle',
		event: 'click',
		autoheight:false,
		navigation:true,
		showSpeed: 1200,
		hideSpeed: 1400
	
});
	
	/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
	});

	/* THIS REMOVE THE LINE FROM THE EMPTY <UL> ELEMENTS (NOTE: be sure there is NO space between the <ul></ul> elements) */
	jQuery("#navigation li ul:empty").remove();
	
	jQuery(".RollOver").rollover();

});


var avantgardebookbt = { src: DNN_skinPath + 'avantgardebookbt.swf' };
sIFR.activate(avantgardebookbt);
sIFR.replace(avantgardebookbt, {
  selector: 'h1',
    wmode: 'transparent', 
  css: '.sIFR-root { color: #351734; }'
});
sIFR.replace(avantgardebookbt, {
  selector: '#headerlinks',
    wmode: 'transparent', 
  css: ['.sIFR-root { color: #b7acd6; font-weight: bold; }',
  	   '.sIFR-root a { color: #b7acd6; text-decoration: none; cursor: pointer; }',
	   '.sIFR-root a:hover { color: #ffffff; text-decoration: none; cursor: pointer; }']
});

