The slowness could simply be because you also have the slideshow running, which is already taxing on the browser. Add the flex level menu, and the animation becomes slow. To confirm this, what happens if you temporarily disable the slideshow?
One potential quick improvement you can try is to upgrade from the current version of jQuery, 1.3.2, to the latest version. Change the reference on your page to:
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
Bookmarks