--- ./app/code/core/Mage/Catalog/Block/Navigation.php 2011-03-10 23:23:49.000000000 +0100 +++ ./app/code/local/Mage/Catalog/Block/Navigation.php 2011-03-11 11:12:45.000000000 +0100 @@ -193,7 +193,7 @@ } $hasChildren = $children && $childrenCount; $html.= 'getIsActive()) { @@ -220,7 +220,7 @@ $html.= '">'."\n"; $html.= ''.$this->htmlEscape($category->getName()).''."\n"; - if ($hasChildren){ + if ($hasChildren && $level == -1) { $j = 0; $htmlChildren = '';