// last updated by david 20/07/2010

$(document).ready(function(){
	
	// nav menu
	$("ul.sf-menu").superfish({ 
		animation: { opacity:'show', height:'show' }, 
		autoArrows: false,
		dropShadows: true
	});
	
});
