В html заместо своего меню:
Code
<table cellpadding="0" cellspacing="0" border="0" width="184" height="25" style="border:1px solid #131313;background:url('http://csfilez.net.ru/_fr/22/9137791.png');">
<tr>
<td width="50%" align="left" style="font-size:10px;padding-left:10px;"><div class="navigmenustyle"><center><a href="$HOME_PAGE_LINK$" title="Главная">Главаная</a></center></div></td>
</tr>
</table>
<BR>
<table cellpadding="0" cellspacing="0" border="0" width="184" height="25" style="border:1px solid #131313;background:url('http://csfilez.net.ru/_fr/22/9137791.png');">
<tr>
<td width="50%" align="left" style="font-size:10px;padding-left:10px;"><div class="navigmenustyle"><center><a href="$HOME_PAGE_LINK$/forum" title="Форум">Форум</a></center></div></td>
</tr>
</table>
<BR>
<table cellpadding="0" cellspacing="0" border="0" width="184" height="25" style="border:1px solid #131313;background:url('http://csfilez.net.ru/_fr/22/9137791.png');">
<tr>
<td width="50%" align="left" style="font-size:10px;padding-left:10px;"><div class="navigmenustyle"><center><a href="http://csfilez.net.ru" title="Меню by CsFileZ.NET.RU">Меню by CsFileZ.NET.RU</a></center></div></td>
</tr>
</table>
Добавляем в ксс:
Code
/* navig menu by xlZeroOne */
.navigmenustyle a {text-decoration:none;color:#00ff00;padding:0 5px 0 5px;}
.navigmenustyle a:link {text-decoration:none;color:#ffffff;background-image:url('http://csfilez.net.ru/_fr/22/0769533.png'); border-top:1px solid #131313;border-right:1px solid #131313;border-bottom:1px solid #131313;border-left:1px solid #131313;padding: 1px 4px 1px 4px;}
.navigmenustyle a:active {text-decoration:none;color:#ffffff;background-image:url('http://csfilez.net.ru/_fr/22/0769533.png'); border-top:1px solid #131313;border-right:1px solid #131313;border-bottom:1px solid #131313;border-left:1px solid #131313;padding: 1px 4px 1px 4px;}
.navigmenustyle a:visited {text-decoration:none;color:#ffffff;background-image:url('http://csfilez.net.ru/_fr/22/0769533.png'); border-top:1px solid #131313;border-right:1px solid #131313;border-bottom:1px solid #131313;border-left:1px solid #131313;padding: 1px 4px 1px 4px;}
.navigmenustyle a:hover {text-decoration:none;color:#a5de1e;background-image:url('http://csfilez.net.ru/_fr/22/5204350.png'); border-top:1px solid #a2ff00;border-right:1px solid #a2ff00;border-bottom:1px solid #a2ff00;border-left:1px solid #a2ff00;padding: 1px 4px 1px 4px;}
/* ----------------------- */