sto effettuando degli aggiornamenti al forum integrandolo al sito sul quale si appoggia ed ho un problema nell'inserimento di un menù sopra il logo.
Questo è il codice del menù
Codice: Seleziona tutto
<!--*************INIZIO*CODICE*MENU***************** -->
<section>
<div id="wrapheader">
<table width="100%" cellspacing="0">
<tr>
<br style="clear: both;" />
<td class="genmed">
<h1>
<link rel="stylesheet" href="/templates/yoo_revista/css/system.css" />
<link rel="stylesheet" href="/templates/yoo_revista/css/layout.css" />
<link rel="stylesheet" href="/templates/yoo_revista/css/menus.css" />
<link rel="stylesheet" href="/templates/yoo_revista/css/font3/marvel.css" />
<link rel="stylesheet" href="/templates/yoo_revista/styles/green/css/style.css" />
<link rel="stylesheet" href="/templates/yoo_revista/fonts/signika.css" />
<link rel="stylesheet" href="/templates/yoo_revista/fonts/marvel.css" />
<body id="page" class="page sidebar-a-right sidebar-b-right isblog wrapper-white" data-config='{"twitter":1,"plusone":1,"facebook":1}'>
<section id="menublock" class="grid-block">
<div id="toolbar" class="grid-block">
</div>
<div id="menubar" class="grid-block">
<div id="menubar" class="grid-block">
<nav id="menu"><ul class="menu menu-dropdown"><li class="level1 item101"><a href="/" class="level1"><span>Home</span></a></li><li class="level1 item170 parent"><span class="separator level1 parent"><span>CHI SIAMO</span></span>
<div class="dropdown columns1"><div class="dropdown-bg"><div><div class="width100 column"><ul class="level2"><li class="level2 item175"><a href="/chi-siamo/l-associazione.html" class="level2"><span>L'ASSOCIAZIONE</span></a></li><li class="level2 item176"><a href="/chi-siamo/mission.html" class="level2"><span>MISSION</span></a></li><li class="level2 item177"><a href="/chi-siamo/statuto.html" class="level2"><span>STATUTO</span></a></li></ul></div></div></div></div></li><li class="level1 item171"><a href="/eventi.html" class="level1"><span>EVENTI</span></a></li><li class="level1 item172 parent"><span class="separator level1 parent"><span>CORSI</span></span>
<div class="dropdown columns1"><div class="dropdown-bg"><div><div class="width100 column"><ul class="level2"><li class="level2 item178"><a href="/corsi/homebrew.html" class="level2"><span>HOMEBREW</span></a></li><li class="level2 item179"><a href="/corsi/degustazione.html" class="level2"><span>DEGUSTAZIONE</span></a></li></ul></div></div></div></div></li><li class="level1 item173"><a href="/adesioni.html" class="level1"><span>ADESIONI</span></a></li><li class="level1 item174 active current"><a href="/forum.html" title="/birrabirra" class="level1 active current"><span>FORUM</span></a></li><li class="level1 item180"><a href="/contatti.html" class="level1"><span>CONTATTI</span></a></li></ul></nav>
<div id="search">
<form id="searchbox" action="/adesioni.html" method="post" role="search">
<input type="text" value="" name="searchword" placeholder="search..." />
<button type="reset" value="Reset"></button>
<input type="hidden" name="task" value="search" />
<input type="hidden" name="option" value="com_search" />
<input type="hidden" name="Itemid" value="173" />
</form>
<script src="/templates/yoo_revista/warp/js/search.js"></script>
<script>
jQuery(function($) {
$('#searchbox input[name=searchword]').search({'url': '/component/search/?tmpl=raw&type=json&ordering=&searchphrase=all', 'param': 'searchword', 'msgResultsHeader': 'Search Results', 'msgMoreResults': 'More Results', 'msgNoResults': 'No results found'}).placeholder();
});
</script></div>
</div>
<div id="subbar" class="grid-block">
</div>
</h1>
<br />
</td>
</tr>
</table>
</div>
</section>
<!--************FINE*CODICE*MENU****************** -->

mi ritrovo con la barra verde anche sotto il logo mentre io la vorrei così:

Ovviamente il codice l'ho inserito in overall_header.html ed uso come tema subsilver2
Diciamo che vorrei mettere questo menù in cima al forum come la barra di altervista...
Putroppo ho notato che questo codice mi cambia anche il colore del testo in alcune scritte del forum...
Potete aiutarmi?