/*jQuery(function($) {
    $('ul.navblack li').ahover({moveSpeed: 800, hoverEffect: function() {
        $(this)
            .css({opacity: 0.99})
            .dequeue();
        $(this).queue(arguments.callee);
    }});
});
*/
