$(".coda-nav li").hover(function(){
$(this).stop().animate({ backgroundColor: "#ED1C2D", height: "85px" }, 300); },
function() {
$(this).stop().animate({ backgroundColor: "#999B9E", height: "55px" }, 300);function HegeleDown() {
if ($('.coda-nav li').hasClass("current")) {
$('.coda-nav li').animate({ backgroundColor: "#ED1C2D", height: "85px" }, 300); } else {
$('.coda-nav li').animate({ backgroundColor: "#999B9E", height: "55px" }, 300); } }
HegeleDown();