	jQuery(function(){
			jQuery('ul.sf-menu').superfish();
			  $("#Image1").attr("src", "http://beautifuldecay.com/wp-content/themes/default2/images/bdlogoheader.gif");
  $("#Image1").attr("src", "http://beautifuldecay.com/wp-content/themes/default2/images/bdlogoheaderstill.gif");
		});
		
		
$(function(){
	$('#a a')
		.css( {backgroundPosition: "-15px 35px"} )
		.mouseover(function(){
			$(this).stop().animate({backgroundPosition:"(-15px 94px)"}, {duration:700})
		})
		.mouseout(function(){
			$(this).stop().animate({backgroundPosition:"(-15px 180px)"}, {duration:700, complete:function(){
				$(this).css({backgroundPosition: "-15px 35px"})
			}})
		})
		$('#contactsubmit')
		.css( {backgroundPosition: "-15px 35px"} )
		.mouseover(function(){
			$(this).stop().animate({backgroundPosition:"(-15px 94px)"}, {duration:700})
		})
		.mouseout(function(){
			$(this).stop().animate({backgroundPosition:"(-15px 180px)"}, {duration:700, complete:function(){
				$(this).css({backgroundPosition: "-15px 35px"})
			}})
		})
});


