//  hover - Menu
$(function() {
	$("ul#menu span").css("display","block");
	$("ul#menu span").css("opacity","0");
	$("ul#menu span").hover(function () {
		$(this).html('');
		$(this).parent("a").attr("title","")
		$(this).stop().animate({
			opacity: 1
			}, "slow");
			},
			function () {
			$(this).stop().animate({
			opacity: 0
		}, "slow");
	});
});


// SIFR
if(typeof sIFR == "function"){
	sIFR.replaceElement(named({sSelector:".TitoloPagina", sFlashSrc:"/eurostyle.swf", sColor:"#FFFFFF", sLinkColor:"#000000", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC",sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0"}));
};
