jQuery(function($){
    $('.selected').parent('li').parent('ul').show();
	$('.selected').parent('li').children('ul').show();
    $('.selected').css('font-weight', 'bold');
});
