$(document).ready(function(){
			$(".menu_start a").hover(function() {
				$(this).next("em").stop(true, true).animate({opacity: "show", top: "60"}, "fast");}, 
				function() {$(this).next("em").animate({opacity: "hide", top: "70"}, 30);});
			$(".menu_firanki a").hover(function() {
				$(this).next("em").stop(true, true).animate({opacity: "show", top: "60"}, "fast");}, 
				function() {$(this).next("em").animate({opacity: "hide", top: "70"}, 30);});
			$(".menu_posciel a").hover(function() {
				$(this).next("em").stop(true, true).animate({opacity: "show", top: "60"}, "fast");}, 
				function() {$(this).next("em").animate({opacity: "hide", top: "70"}, 30);});
			$(".menu_narzuty a").hover(function() {
				$(this).next("em").stop(true, true).animate({opacity: "show", top: "60"}, "fast");}, 
				function() {$(this).next("em").animate({opacity: "hide", top: "70"}, 30);});
			$(".menu_tkaniny a").hover(function() {
				$(this).next("em").stop(true, true).animate({opacity: "show", top: "60"}, "fast");}, 
				function() {$(this).next("em").animate({opacity: "hide", top: "70"}, 30);});
			$(".menu_gipiury a").hover(function() {
				$(this).next("em").stop(true, true).animate({opacity: "show", top: "60"}, "fast");}, 
				function() {$(this).next("em").animate({opacity: "hide", top: "70"}, 30);});
		});

