$(document).ready(function() {
	// MENU
	$('a.home:not(a.cur)').hover(function() {
		$(this).children('img').attr('src', 'img/de/menu/home_2.gif');
	}, function() {
		$(this).children('img').attr('src', 'img/de/menu/home_1.gif');
	});
	$('a.tradition:not(a.cur)').hover(function() {
		$(this).children('img').attr('src', 'img/de/menu/tradition_2.gif');
	}, function() {
		$(this).children('img').attr('src', 'img/de/menu/tradition_1.gif');
	});
	$('a.brauerei:not(a.cur)').hover(function() {
		$(this).children('img').attr('src', 'img/de/menu/brauerei_2.gif');
	}, function() {
		$(this).children('img').attr('src', 'img/de/menu/brauerei_1.gif');
	});
	$('a.produkt:not(a.cur)').hover(function() {
		$(this).children('img').attr('src', 'img/de/menu/produkt_2.gif');
	}, function() {
		$(this).children('img').attr('src', 'img/de/menu/produkt_1.gif');
	});
	$('a.auszeichnungen:not(a.cur)').hover(function() {
		$(this).children('img').attr('src', 'img/de/menu/auszeichnungen_2.gif');
	}, function() {
		$(this).children('img').attr('src', 'img/de/menu/auszeichnungen_1.gif');
	});
	$('a.presse:not(a.cur)').hover(function() {
		$(this).children('img').attr('src', 'img/de/menu/presse_2.gif');
	}, function() {
		$(this).children('img').attr('src', 'img/de/menu/presse_1.gif');
	});
	$('a.haendler:not(a.cur)').hover(function() {
		$(this).children('img').attr('src', 'img/de/menu/haendler_2.gif');
	}, function() {
		$(this).children('img').attr('src', 'img/de/menu/haendler_1.gif');
	});
	// FOOTER MENU
	$('a.kontakt:not(a.cur)').hover(function() {
		$(this).children('img').attr('src', 'img/de/footer_menu/kontakt_2.gif');
	}, function() {
		$(this).children('img').attr('src', 'img/de/footer_menu/kontakt_1.gif');
	});
	$('a.impressum:not(a.cur)').hover(function() {
		$(this).children('img').attr('src', 'img/de/footer_menu/impressum_2.gif');
	}, function() {
		$(this).children('img').attr('src', 'img/de/footer_menu/impressum_1.gif');
	});
	$('a.links:not(a.cur)').hover(function() {
		$(this).children('img').attr('src', 'img/de/footer_menu/link_2.gif');
	}, function() {
		$(this).children('img').attr('src', 'img/de/footer_menu/link_1.gif');
	});
});
