jQuery(document).ready(function() {
	$("#sitemap > ul > li:has('ul')").append("<hr>");
});