$(function(){
		$('div#categories_block_left ul.tree a ').hover( function(){$(this).stop().animate({paddingLeft:'13', marginLeft:'10px'},500,'easeOutElastic');}, function(){$(this).stop().animate({paddingLeft:'13', marginLeft:'0px'},500,'easeOutElastic');});

 });

$(function(){
		$('div.column div.block ul.bullet li a ').hover( function(){$(this).stop().animate({paddingLeft:'13', marginLeft:'10px'},500,'easeOutElastic');}, function(){$(this).stop().animate({paddingLeft:'13', marginLeft:'0px'},500,'easeOutElastic');});

 });

