$(function(){
	$('.menu .current').parents().show();
	$('.menu .current a + ul').show();
});
