Solo tienes que copear el código que esta abajo y si quieres puedes descargar el ejemplo funcionando al final.
<html>
<head>
<title>Menú se abre al pasar el cursor</title>
<p align="center"><b>Menú se abre al pasar el cursor
<style type="text/css">
A:link{font: 9pt Arial; color:#ffffff;text-decoration:none;}
A:visited{font: 9pt Arial; color:#ffffff;text-decoration:none;}
A:hover{font: 9pt Arial; color:#000088;text-decoration:none}
</style>
</head>
</b>
<body>
</p>
<table border="0" width="130" height="100" onMouseover="bgColor=black"
onMouseout="bgColor=">
<tr>
<td bgColor="black"><font color="white"><b>Navigation</b></font> </td>
</tr>
<tr>
<td onMouseOver="bgColor=cyan" onMouseout="bgColor=">
<a href="http://www.angelfire.com/games/funpuz/games.html">Games</a> </td>
</tr>
<tr>
<td onMouseOver="bgColor=red" onMouseout="bgColor=">
<a href="http://www.angelfire.com/games/funpuz/time.html">Time</a> </td>
</tr>
<tr>
<td onMouseOver="bgColor=red" onMouseout="bgColor=">
<a href="http://www.angelfire.com/games/funpuz/puzzles.html">Option3</a>
</td>
</tr>
</table>
<p> </p>
</body>
</html>
Descargar