#EXPOSE sur un menu

Comment mettre en évidence la rubrique et sous-rubrique active ?
J'ai essayé X solutions mais rien à faire ça ne bouge pas. Ou je mets pas la balise comme il faut, ou je crée pas le bon style mais je n'y arrive pas.

<ul id="menu">
    <BOUCLE_smenuspipr(RUBRIQUES){racine}{par num titre}{doublons}>
       <li<BOUCLE_smenr(RUBRIQUES){id_parent}{0,1}>
       </BOUCLE_smenr>>
       <a href="#URL_RUBRIQUE">[(#TITRE|supprimer_numero)]

      <B_smenuspip> <ul>
    <BOUCLE_smenuspip(RUBRIQUES){id_parent}{par num titre}{doublons }>
      <li<BOUCLE_smen(RUBRIQUES){id_parent}{0,1}>
      </BOUCLE_smen> >
      <a href="#URL_RUBRIQUE">[(#TITRE|supprimer_numero)] <BOUCLE_smen1(RUBRIQUES){id_parent}{0,1}>

    </BOUCLE_smen1>
    </a>
    <BOUCLE_ssmenu(boucle_smenuspip)></BOUCLE_ssmenu>
    </li> </BOUCLE_smenuspip>
  </ul>
      </B_smenuspip>
     </li>
    </BOUCLE_smenuspipr>
</ul>