$(document).ready(function(){

	try
	{
		$(".nav ul li a").dropShadow({left: 0, top: 0, opacity: 2, blur: 1, color: "white"});
		$(".nav ul li.l1on a").removeShadow();
	}
	catch(e){}
		
});
