[jQuery] jquery before rendering site - IE7

[jQuery] jquery before rendering site - IE7


Hello,
I don´t know if there are many other people have problems with the
rendering in IE7. (I think so)
I have a menu and with different show() and hide() functions.
My cms delievered an unordered list and the submenus should be hide at
the beginning.
I do it on this way:
$(document).ready(function(){
    $("ul#menue li a.menu-expand").next('ul').hide();
...
...
...
});
This is working quite well, but in the IE I can see a split of a
second the whole menu with all submenus and then the "shrinked" menu
with only the first level. Firefox is rendering the site very well (no
surprise).
Is this normal IE or have i done something wrong?
Thanks for support.
Frika