I am trying to find a pure java script solution this; http://jsfiddle.net/IMAGINEUX/AQrNs/1/
I would like it to fire once the DOMready:
$('#menu-item-156').mouseover(function(){
$(this).find('ul').slideDown();
});
$('#menu-item-156').trigger('mouseover');
Thanks,
Matt