$(document).ready(function(){ 
	$('ul#nav').supersubs({ 
		minWidth:12,
		maxWidth:27,
		extraWidth:1
	}).superfish({
		speed:250,
		delay:750,
		autoArrows:false,
		animation: {height:'show'}
	});
});
$(document).ready(function() {
	$(".ds-left img, .fade-ds, .ds img").dropShadow({left: 2, top: 2, opacity: 0.5, blur: 1});
});
