jQuery(document).ready(function($){	$("#containerFloat").dropShadow({left: 0, top: 0, opacity: 0.3, blur: 2});		// Dropdown	$("#nav li").hoverIntent(function() { $(this).find("ul").css("display","block"); }, function() { $(this).find("ul").css("display","none"); });});
