jQuery(document).ready(function(){
	jQuery("ul.sitemap li.level-1:nth-child(6n+1)").css("clear","left");
});
