//sIFR implementation
var Trajan = {  src: DNN_skinPath+'Timesnewroman.swf' };
sIFR.activate(Trajan);

sIFR.replace(Trajan, {
  selector: '.sIFR', 
  wmode: 'transparent', 
  src: DNN_skinPath+'Timesnewroman.swf', 
  css: [ '.sIFR-root {color:#ffffff;font-size:25px;}' ]
});

//Menu implementation
jQuery(document).ready(function(){
	jQuery("#MainMenu > ul").superfish({
		hoverClass:"hover",
		pathClass:"overideThisToUse",
		delay:800,
		animation:{height:"show"},
		speed:"normal",
		oldJquery:false,
		disableHI:false,
		onInit:function () {},
		onBeforeShow:function () {},
		onShow:function () {},
		onHide:function () {}
	});
});