$(document).ready(function() 
{ 
		$('ul#langMenu').superfish({ 
				delay:       100,
				animation:   {opacity:'show',height:'show'},
				speed:       500,
				autoArrows:  false,
				dropShadows: false
		}); 
});
