I\'ve currently got your basic, run-of-the-mill menu tree as follows:
home
You can actually do this without js although you would need the js for ie6.
something like this might work:
$(this).children('div').css("display", "block");
or even:
$(this).children('div').show();
Here 'this' is the li.