$(document).ready(function() {  
         
   $('#navigation>li>ul').hide();        
   $('.current_page_item').find('ul:hidden').show();           	
   $('.current_page_parent').find('ul:hidden').show();      
   
   if($('#thanksPage').length > 0) {
   		$('.page-item-57').addClass('current_page_item');
   	}
   
 });

