jQuery(document).ready(function(){
					
					$('#pod_headerl').mouseover(function(){
						podwietl_el('55');
						 
					});
					$('#pod_headerl').mouseout(function(){
						zgas_el('55');
						 
					});
					$('#pod_headerc').mouseover(function(){
						podwietl_el('56');
						 
					});
					$('#pod_headerc').mouseout(function(){
						zgas_el('56');
						 
					});
					$('#pod_headerr').mouseover(function(){
						podwietl_el('57');
						 
					});
					$('#pod_headerr').mouseout(function(){
						zgas_el('57');
						 
					});
					$('.item55 a').mouseover(function(){
						podwietl_el('55');
						 
					});
					$('.item55 a').mouseout(function(){
						zgas_el('55');
						 
					});
					$('.item56 a').mouseover(function(){
						podwietl_el('56');
						 
					});
					$('.item56 a').mouseout(function(){
						zgas_el('56');
						 
					});
					$('.item57').mouseover(function(){
						podwietl_el('57');
						 
					});
					$('.item57').mouseout(function(){
						zgas_el('57');
						 
					});
					$('.mapa_1').mouseover(function(){
							podwietl_el('55');
					});
					$('.mapa_1').mouseout(function(){
						zgas_el('55');
						 
					});
					$('.mapa_2').mouseover(function(){
						podwietl_el('56');
						 
					});
					$('.mapa_2').mouseout(function(){
						zgas_el('56');
						 
					});
					$('.mapa_3').mouseover(function(){
						podwietl_el('57');
						 
					});
					$('.mapa_3').mouseout(function(){
						zgas_el('57');
						 
					});
	});
					



function podwietl_el(id){
	$("li.item"+id+" a").css('background-image','url(../templates/cyt/img_e/strzalka.gif)'); 
	$("li.item"+id+" a").css('background-position','center bottom'); 
	$("li.item"+id+" a").css('background-repeat','no-repeat'); 
	 
}
function zgas_el(id){
	$("li.item"+id+" a").css('background','transparent'); 
	
}
