$(document).ready(function(){$("li.pnav:not(.current) a").hover(function(){$(this).stop().animate({height:"16px"},200);$(this).css({backgroundColor:"#006cbc"})},function(){$(this).stop().animate({height:"12px"},200);$(this).css({backgroundColor:"#000"})})});