On the Blanco page, find this code:
Code:
<li><a href="http://chicisimo.com/" onMouseover="expandcontent('navega_7', this)" >Popular Brands</a></li>
and replace it with this:
Code:
<li><a class="current" href="http://chicisimo.com/" onMouseover="expandcontent('navega_7', this)" >Popular Brands</a></li>
Then find this:
Code:
<li><a href="http://chicisimo.com/tag/blanco" >Blanco</a></li>
and replace it with this:
Code:
<li><a class="current" href="http://chicisimo.com/tag/blanco" >Blanco</a></li>
Then do the same for each page, with the menu you want to be highlighted.
Bookmarks