jQuery(document).ready(function ($){	$("#sidebar ul ul:not(.current_page_item ul, .current_page_ancestor ul)").hide();
});

