Jquery Hover issue

I’ve confronted this problem before but don’t quite recall how to resolve it. When you hover over the top header area oof my site, it performs the hover state multiple times. It should stop once you move the mouse away. How is that resolved?

http://estevancarlos.com/v7/

Animation events are being queued up. You can use .stop() to deal with that.