Premetto che non sono un esperto
io farei cosi:
crea un modulo html (estensioni > gestioni moduli > nuovo > modulo html)
poi lo attivi in una posizione del tuo template e lo attivi solo nel menu home
copia e incolla questo codice, poi andrai a sostituire dove ti ho messo "menu1, menu2, ecc.." con l'indirizzo delle immagini. e dove ti ho messo logo andrai a inserire l'indirizzo dell'immagine del logo
poi dovrai inserire alle immagini il link dove puntare
puoi modificare le dimensioni della tabella
<body>
<table width="960" border="0">
<tr>
<td width="80"><img src="menu1.jpg" width="75" height="75" /></td>
<td width="80"><img src="menu2.jpg" width="75" height="75" /></td>
<td width="618"> </td>
<td width="80"><img src="menu3.jpg" width="75" height="75" /></td>
<td width="80"><img src="menu4.jpg" width="75" height="75" /></td>
</tr>
<tr>
<td height="75"><img src="menu5.jpg" width="75" height="75" /></td>
<td><img src="menu6.jpg" width="75" height="75" /></td>
<td><div align="center"><img src="logo.jpg" width="200" height="200" /><></td>
<td><img src="menu7.jpg" width="75" height="75" /></td>
<td><img src="menu8.jpg" width="75" height="75" /></td>
</tr>
<tr>
<td height="75"><img src="menu9.jpg" width="75" height="75" /></td>
<td><img src="menu10.jpg" width="75" height="75" /></td>
<td> </td>
<td><img src="menu11.jpg" alt="" width="75" height="75" /></td>
<td><img src="menu12.jpg" alt="" width="75" height="75" /></td>
</tr>
</table>
</body>