Thanks for that link, it definitely gives me a much cleaner (and probably faster) way to strip my class and id from the sub-menu.<br><br>Through this problem, I have already learned more than ever wanted to about how Drupal&#39;s menu system works, and I just read its been completely rewritten for 6, cest la vie.
<br><br>Unfortunately&nbsp; the class and id are still not being applied to the parent ul that contains my nested lists.&nbsp; <br><br>In 4.7 the same classes and ids were applied to every ul in the menu structure including the parent.
<br><br>You mentioned that the menu system drops in and out of the theme system.&nbsp; Is it possible that as of version 5 template.php isn&#39;t called until after the parent list is themed by the core theme_menu_tree function?&nbsp; Doing a search of all of the core drupal files I couldn&#39;t find anywhere else the class &quot;menu&quot; was being applied except menu_tree.&nbsp; I haven&#39;t tried to modify 
menu.module yet, but I&#39;ll try today to see if that fixes my problem.<br><br><div><span class="gmail_quote">On 5/4/07, <b class="gmail_sendername">Larry Garfield</b> &lt;<a href="mailto:larry@garfieldtech.com">larry@garfieldtech.com
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Have a look here: <a href="http://drupal.org/node/138656">http://drupal.org/node/138656
</a><br><br>I was tackling a different issue there, but the structure for what you want is<br>probably the same.&nbsp;&nbsp;Be sure to see the descriptive text to explain what&#39;s<br>going on.&nbsp;&nbsp;Menu theming is a bit weird in that it jumps in and out of the
<br>theme system proper, but you can pull it all into the theme system that way.<br><br>On Thursday 03 May 2007, Mark Ferree wrote:<br>&gt; Drupal by default uses the theme_menu_tree function to apply the class<br>&gt; &quot;menu&quot; to all menus throughout the site (except for primary and secondary
<br>&gt; menus which use a different function).&nbsp;&nbsp;When I did an override of the menu<br>&gt; in 4.7 the parent menu as well as the sub menus were changed, but as of<br>&gt; version 5 the only class that is changed is the class on the sub-menus.
<br>&gt;<br>&gt; I have been through the theme handbook several times, as well as searching<br>&gt; the forums and the archives of this list for anyone having similar issues.<br>&gt; I have a feeling that changing the class isn&#39;t something that is done very
<br>&gt; often, due to the fact that you can easily modify your css to hook into the<br>&gt; correct &quot;menu&quot; class, unfortunately the javascript menu I am using (udm)<br>&gt; isn&#39;t as flexible.<br>&gt;<br>&gt; On 5/3/07, Jason Flatt &lt;
<a href="mailto:drupal@oadaeh.net">drupal@oadaeh.net</a>&gt; wrote:<br>&gt; &gt; On Thursday May 3 2007 7:59 am, Mark Ferree wrote:<br>&gt; &gt; &gt; Two days later, and I still am only able to override the class and ids<br>
&gt; &gt;<br>&gt; &gt; of<br>&gt; &gt;<br>&gt; &gt; &gt; the nested sub menus on my site, and not the top level.<br>&gt; &gt;<br>&gt; &gt; You might try using Firebug&#39;s inspect feature in Firefox to determine if<br>&gt; &gt; you
<br>&gt; &gt; are overriding the correct classes and/or ids.<br>&gt; &gt;<br>&gt; &gt; --<br>&gt; &gt; Jason Flatt<br>&gt; &gt; <a href="http://www.oadaeh.net/">http://www.oadaeh.net/</a><br>&gt; &gt; Father of Six:&nbsp;&nbsp;<a href="http://www.flattfamily.com/">
http://www.flattfamily.com/</a> (Joseph, 13; Cramer, 11;<br>&gt; &gt; Travis,<br>&gt; &gt; 9; Angela; Harry, 5; and William, 12:04 am, 12-29-2005)<br>&gt; &gt; Linux User:&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.kubuntu.org/">http://www.kubuntu.org/
</a><br>&gt; &gt; Drupal Fanatic: <a href="http://drupal.org/">http://drupal.org/</a><br>&gt; &gt; _______________________________________________<br>&gt; &gt; themes mailing list<br>&gt; &gt; <a href="mailto:themes@drupal.org">
themes@drupal.org</a><br>&gt; &gt; <a href="http://lists.drupal.org/mailman/listinfo/themes">http://lists.drupal.org/mailman/listinfo/themes</a><br><br><br>--<br>Larry Garfield&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AIM: LOLG42<br><a href="mailto:larry@garfieldtech.com">
larry@garfieldtech.com</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ICQ: 6817012<br><br>&quot;If nature has made any one thing less susceptible than all others of<br>exclusive property, it is the action of the thinking power called an idea,<br>which an individual may exclusively possess as long as he keeps it to
<br>himself; but the moment it is divulged, it forces itself into the possession<br>of every one, and the receiver cannot dispossess himself of it.&quot;&nbsp;&nbsp;-- Thomas<br>Jefferson<br>_______________________________________________
<br>themes mailing list<br><a href="mailto:themes@drupal.org">themes@drupal.org</a><br><a href="http://lists.drupal.org/mailman/listinfo/themes">http://lists.drupal.org/mailman/listinfo/themes</a><br></blockquote></div><br>