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

