I think that for some inexplainable reason, the Phoca template component is not assigning a class for the menu items with a submenu.
Inspecting the code of the Rhein site
https://www.phoca.cz/joomlademo/?template=phoca_rhein, it is possible to note two different classes for the TOP menu items:
-The one that does have a submenu has this one:
<a class="topmenulink mainParentBtn mainMenuParentBtn"...
for example the "PHOCA TEMPLATE COMPONENT" menu item
-The one that does not have a submenu has this:
<a class="topmenulink" href="...">
for example the "HOME" menu item.
In my website
http://renabel.webnovios.cl/ the class is: <a class="topmenulink" href="/"> for all the menu items, no matter if it has submenu or not. This is the same class of the "HOME" menu item in the Rhein template. Thus my menu item with submenus does not show the submenu classes.
Does any one suspect what could be the problem?
Has any one installed Phoca template component in joomla 1.6?