$(document).ready(function() 
{

	$('li.current_page_item > ul').show();
	$('li.current_page_ancestor > ul').show();

});