You open the file: templatesja_rocheaindex.php and find the following code
with top position:
[PHP]
<div id=”ja-subhead” style=”background: url(<?php echo $tmpTools->templateurl().”/images/headers/$ja_headerimg-bg1.jpg”;?>) no-repeat bottom left;”>
<div class=”innerpad”>
<jdoc:include type=”modules” name=”top” style=”xhtml” />
</div>
</div>
[/PHP]
with user4 position:
[PHP]
<?php if ($this->CountModules(‘user4’)) {?>
<div id=”ja-search”>
<jdoc:include type=”modules” name=”user4″ style=”xhtml” />
</div>
<?php } ?>[/PHP]
=> you access the template configuration and select the “Transparent Menu” option for the “Menu Style” parameter
Thanks