$(function(){
		
		$('#current').find('ul:first').show();
		$('#current').parents('ul').show();
})
