? selectorfix.patch
Index: dhtml_menu.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/dhtml_menu/dhtml_menu.js,v
retrieving revision 1.7
diff -u -p -r1.7 dhtml_menu.js
--- dhtml_menu.js	27 Dec 2006 22:52:48 -0000	1.7
+++ dhtml_menu.js	17 Jan 2007 19:13:45 -0000
@@ -17,7 +17,7 @@ Drupal.dhtmlMenu.autoAttach = function()
     }
   }
 
-  $('ul.menu li > a').each(function() {
+  $('ul.menu li.menutitle > a').each(function() {
     this.style.display = 'block';
     this.style.paddingLeft = '2em';
     this.style.marginLeft = '-2em';
