// Put all your lovely jQuery / Javascript goodies right down here.
//jQuery.noConflict();

$(document).ready(function(){
	$('.csc-sitemap>ul>li').first().hide();
});
