	jQuery().ready(function(){
		// simple Accordion
		jQuery('#list1').accordion({
			header: '.menu-top',
			active:'.selected',
			autoheight:false
		
		});			
    
			
			
	});
		
		
			
				
		
		
	