$(document).ready(function(){  
	
	$(".logo").hover(function() {  
		$(this).attr("src","../../images/ui/menu/menu_jonaslindstrom_hover.png");  
			}, function() {  
		$(this).attr("src","../../images/ui/menu/menu_jonaslindstrom.png");  
	}); 
	
	$(".photography").hover(function() {  
		$(this).attr("src","../../images/ui/menu/menu_photography_hover.png");  
			}, function() {  
		$(this).attr("src","../../images/ui/menu/menu_photography.png");  
	});  

	$(".film").hover(function() {  
		$(this).attr("src","../../images/ui/menu/menu_film_hover.png");  
			}, function() {  
		$(this).attr("src","../../images/ui/menu/menu_film.png");  
	}); 

	$(".biography").hover(function() {  
		$(this).attr("src","../../images/ui/menu/menu_biography_hover.png");  
			}, function() {  
		$(this).attr("src","../../images/ui/menu/menu_biography.png");  
	});  

	$(".contact").hover(function() {  
		$(this).attr("src","../../images/ui/menu/menu_contact_hover.png");  
			}, function() {  
		$(this).attr("src","../../images/ui/menu/menu_contact.png");  
	});  

	$(".clients").hover(function() {  
		$(this).attr("src","../../images/ui/menu/menu_clients_hover.png");  
			}, function() {  
		$(this).attr("src","../../images/ui/menu/menu_clients.png");  
	}); 

	$(".news").hover(function() {  
		$(this).attr("src","../../images/ui/menu/menu_news_hover.png");  
			}, function() {  
		$(this).attr("src","../../images/ui/menu/menu_news.png");  
	}); 
});
