$(document).ready(function(){
	$("li.level0>a[@href='#']").each(function(){
		$(this).attr('href','/' + $(this).html().toLowerCase());
	});
});