/*var centurygothic = {  src: DNN_skinPath + 'centurygothic.swf' };
sIFR.activate(centurygothic);

sIFR.replace(centurygothic, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath + 'centurygothic.swf', 
  css: [ '.sIFR-root {color:#FFFFFF;}' ]
});	
*/


	/* THIS REMOVE THE LINE FROM THE EMPTY <UL> ELEMENTS (NOTE: be sure there is NO space between the <ul></ul> elements) */
	jQuery("#menu li ul:empty").remove();
	
	
	/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
	});

