Looks nice, I would just change the menu so the whole row is clickable and not just the text, simple to add.
You prob, currently have something like:
<tr onmouseover="this.style.backgroundColor="#?????" onmouseout="this.style.backgroundColor="#?????">
|
Just add the following:
<tr onClick='self.location.href="yoururl.asp"' onmouseover="this.style.backgroundColor='#?????'" onmouseout="this.style.backgroundColor='#?????'">
|
or just do it on the cell I used the whole row as an example.
Ok, it keeps changing my code addition use the style to use the hand cursor, the forum does not like the code for that 
Edited by michael