Remove all the <FONT> tags from the menu, then add this code to your CSS file:
Code:
#table1 tbody tr td a, #table1 tbody tr td a:hover, #table1 tbody tr td a:active, #table1 tbody tr td a:visited {
color:#fff;
text-decoration:none;
}
And where you have the dividing image, remove the BGCOLOR:
Code:
<td width="20" bgcolor="#336699">
<img width="20" height="20" border="0" src="images/ms_menu_left.gif"/>
</td>
And if you can - try to get away from tables and use a CSS menu!
Hope this helps,
// X96 WD \\
Bookmarks