$(document).ready(function() {
  $('#menu li:has(ul)').children('a').click(function() { return false; }).hover( function() { $(this).css( 'cursor', 'default' ); }, function () { $(this).css( 'cursor', 'auto' ); } );
});
