$(function(){
	$('.menu').find('.active').find('> .submenu').show();
	$('.menu').find('.active').parents('.submenu').show();
});
