I think it's an easy question. How do i hide my complete menu if one of the items is selected?
This is Why. On the left side of the page I have my Main items of the menu (Lets call it menu 1) "{menu template='simple_navigation.tpl' number_of_levels='1'}" On the right side I have the higher 2 levels (Lets call it menu 2) "{menu template='simple_navigation.tpl' start_level='2' number_of_levels='2' collapse='0'}".
I Also have a fixed portion which I want to have on the right side of the menu (below the 2 to 3 levels). (Lets call it menu 3) "{menu template='simple_navigation_mod.tpl' start_level='2' number_of_levels='2' start_page="Fixed_itemd_dont_change_name" collapse='0'}" This one shows the "Contact" and "About info".
The problem is that when I click on an Item in Menu 3 it also aprears in Menu 2 which is logical. So if an item in Menu 3 is selected I need it to disaprear. (Since it is shown in menu 2). I thought I could do this within the template, hence the 'simple_navigation_mod.tpl'.
How can I hide this is a template? It is same like collapsing but then the other way around.
I thought "{if $node->active != true}" whould work but it doesn't....
So Anyone who is more into templates

Thanks in Advance,
Chris