<!--//--><![CDATA[//><!--
$(document).ready(function() {
   $('#nav li').mouseover(function() {
			$(this).find("ul").addClass("hover");
		}).mouseout(function() {
			$(this).find("ul").removeClass("hover");
		});
});
//--><!]]>
