$(document).ready(function()
{
	$("#navmain a").hover(
	function()
	{
		$(this).removeClass("n
	})

})