FrmBestLive - Fixed Slide Menü (Açılır - Kapanır) 
<script></script>
<script>
            $(function() {
                var d=300;
                $('#menu_frmbestlive a').each(function(){
                    $(this).stop().animate({
                        'marginTop':'-80px'
                    },d+=150);
                });
                $('#menu_frmbestlive > li').hover(
                function () {
                    $('a',$(this)).stop().animate({
                        'marginTop':'-2px'
                    },200);
                },
                function () {
                    $('a',$(this)).stop().animate({
                        'marginTop':'-80px'
                    },200);
                }
            );
            });
</script>
    
işine yarar sanırım :)
 
  
 
                    