The problem isn&#39;t a CSS issue. The class &quot;active-trail&quot; is being added to an item that isn&#39;t part of the active trail. PHP is doing this, not CSS. <br><br>This is somewhat speculative, but I would guess there is some stale information in the menu_links database table, which wouldn&#39;t be affected by deleting aliases. In addition to deleting all the aliases, you might delete all the menu items in Primary Links, clear the cache, and recreate the items in the Primary Links menu again.<br>
<br><br><div class="gmail_quote">On Tue, Nov 9, 2010 at 5:36 AM, James R Stone <span dir="ltr">&lt;<a href="mailto:fndtn357@gmail.com">fndtn357@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I tried your suggestion(<span style="font-family: arial,sans-serif; font-size: 13px; border-collapse: collapse;">Carl Wiedemann &lt;<a href="mailto:carl.wiedemann@gmail.com" style="color: rgb(17, 65, 112);" target="_blank">carl.wiedemann@gmail.com</a>&gt;)</span> and have a very interesting update to the issue.<div>

<br></div><div>I deleted all of the aliases through the Drupal interface at Site building &gt; User aliases &gt; Delete all aliases.  One at a time I started the rebuilding process, I have Automatic alias in the URL Path settings section of Edit unchecked, so I was able to create the aliases I wanted for each page.<div>

<br></div><div>The same problem is occurring with one interesting twist. First of all, when selecting the Home tab on the Primary menu - you are directed to the Home (node/33) page but the Criminal/Traffic &lt;node/81) page is highlighted.  When I select a section below the Home page, no tabs are highlighted.</div>

<div><br></div><div>So in one way I am back at square one.</div><div><br></div><div>Is there something missing in this section of css that controls this functionality?  The two sections with #primary-menu ul.menu li.active- are the ones that shut off the functionality of highlighting completely.</div>

<div><br></div><div><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
#primary-menu ul.menu li.active, </blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
#primary-menu ul.menu li:hover,</blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
#primary-menu ul.menu li.hover,</blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
#primary-menu ul.menu li:focus,</blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
#primary-menu ul.menu li.hover {</blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
  background: #ad462b;</blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
}</blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br></blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
#primary-menu ul.menu li.active a, </blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
#primary-menu ul.menu li:hover a,</blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
#primary-menu ul.menu li.hover a,</blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
#primary-menu ul.menu li:focus a,</blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
#primary-menu ul.menu li.hover a {</blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
  background: #ad462b;</blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
  color: #fff;</blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
}</blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br></blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br></blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
#primary-menu ul.menu li.active-trail {</blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
  background: #ad462b;</blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
  color: #fff;</blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
}</blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br></blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br></blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
#primary-menu ul.menu li.active-trail a {</blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
  background: #ad462b;</blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
  color: #fff;</blockquote><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
}</blockquote><div><br></div>Thank you for all the help so far.<br>-- <br><div>Best Regards,</div><div>James R Stone</div><div><a href="mailto:fndtn357@gmail.com" target="_blank">fndtn357@gmail.com</a></div>
<div><br></div><div><br></div>&quot;The skill of coding is to create a context in which other people can contribute.&quot;<br>
</div></div>
<br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></blockquote></div><br>