[accordion] - Please help with strange clearStyle behavior

[accordion] - Please help with strange clearStyle behavior


Hi...
I want my accordion to slide open to the adjusted height for each of
the sub elements. Instead, the first time through, the accordion
slides open to the tallest height (as if autoHeight were set) and then
snaps to the proper height for those elements. How can I have it
adjust the height for each list accordingly without it first expanding
out?
    jQuery('#navigation').accordion({
            active: false,
            header: '.head',
            navigation: true,
            event: 'mouseover',
            clearStyle: true,
            animated: 'easeslide'
        });
I tried it out with autoHeight: false as well but no luck. Thank you
in advance for any help with this.