$(document).ready(function() {	

	// make row inditation	
	$('.ya-sitemap-list li').each(function(){		
		var level = $(this).attr('level');		
		$(this).css('margin-left', (level*25));
	});
});
