/* TOP MENU */
$(document).ready(function(){  
		$(".but_slabo").hover(function() { $(this).attr("src","/gfx/dlaslabowidz_h.png"); }, function() { $(this).attr("src","/gfx/dlaslabowidz.png"); });  
		$(".butt1").hover(function() { $(this).attr("src","/gfx/pracodawcy_button_h.png"); }, function() { $(this).attr("src","/gfx/pracodawcy_button.png"); });  
		$(".butt2").hover(function() { $(this).attr("src","/gfx/bezrobotni_button_h.png"); }, function() { $(this).attr("src","/gfx/bezrobotni_button.png"); });  
		$(".butt3").hover(function() { $(this).attr("src","/gfx/kreatorcv_button_h.png"); }, function() { $(this).attr("src","/gfx/kreatorcv_button.png"); });
    $(".butt4").hover(function() { $(this).attr("src","/gfx/stat_button_h.png"); }, function() { $(this).attr("src","/gfx/stat_button.png"); });
    $(".butt5").hover(function() { $(this).attr("src","/gfx/oferty_button_h.png"); }, function() { $(this).attr("src","/gfx/oferty_button.png"); });
    $(".butt6").hover(function() { $(this).attr("src","/gfx/zglos_button_h.png"); }, function() { $(this).attr("src","/gfx/zglos_button.png"); });
		});  





