// JavaScript Document
$(document).ready(function(){ 
	$("ul#listMenuSide").superfish({ 
		animation: {height:'show'},   // slide-down effect without fade-in 
		speed:       'fast',
		autoArrows:    false,
		delay:     250               // 1.2 second delay on mouseout 
	}); 
}); 
