How can I move the topSearch block to inside "nav-container" div, using local.xml?What I did:1) used unsetChild method to remove from header: OK2) added in 'default' handle of local.xml\[code\] <reference name="top.menu"> <block type="core/template" name="top.search" as="topSearch" template="catalogsearch/form.mini.phtml"/> </reference>\[/code\]The topSearch appeared directly under the "nav-container" div. I tried to include in topmenu.phtml\[code\] <?php echo $this->getChildHtml('topSearch') ?>\[/code\]But nothing happens