Ecco qua lo script:
<style type="text/css">
<!--
.Navlink {COLOR: #993333; TEXT-DECORATION: none; font-family: verdana; font-size: 10px; font-weight: bold;}
a:link.Navlink {color : #993333;}
a:visited.Navlink {color : #993333;}
a:active.Navlink {text-decoration: none;}
a:hover.Navlink {text-decoration: none;}
-->
</style>
<script language = "javascript">
<!--
function LmOver(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#FFFFFF";
elem.style.cursor = 'hand'}
function LmOut(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#993333";}
function LmDown(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#FFFFFF";}
function LmUp(path)
{location.href = path;}
//-->
</script>
---------------------------------------------------------------------
E questo dove c'è il link:
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" height="14" onMouseDown="LmDown(this, '#BE7C7C')"
onMouseUp="LmUp('Storia')" onMouseOver="LmOver(this, '#993333')" onMouseOut="LmOut(this, '')"><a href="Storia" class="navlink">
Perchè il paese del Drago</a></td>
</tr>
</table>

Rispondi quotando