//top_nav $('.nav a').mouseover(function(){ $(this).addClass('current').siblings().removeClass('current'); });