[jQuery] Fix: Superfish & Cufon in IE8

[jQuery] Fix: Superfish & Cufon in IE8

Submenu items aren't visible when they are Cufonized. To fix this
change superfish.js
line 105 to: .find('>ul').hide().css('display','none'); and line 113
to .find('>ul:hidden').css
('display','block');