$(document).ready(function(){
	$("li.page-item-6").hover(function(){
		$("ul.children").slideIn();
	});
});

