I have a navigation menu that i took from a sample, the original colo was green and alighter green when mouse over items. now i have changed the color to blue and need to change the mouse over color cause it is still lighter green
How do i change this? here is the code i see on html
<table border="0" cellspacing="0" cellpadding="0" width="183" id="navigation">
<tr>
<td width="183"> <br />
<br /></td>
</tr>
<tr>
<td width="183"><a href="Directorio.html" target="mainFrame"><span class="style1">Directorio</span></a></td>
</tr>
<tr>
<td width="183"><a href="Licitaciones.html" class="navText style2"><span class="style1">Licitaciones</span></a></td>
</tr>
<tr>
<td width="183"><a href="Catrasto.html" class="navText style1"><span class="style1">Informacion Catastral</span></a></td>
</tr>
<tr>
<td width="183"><a href="Politicas.html" class="navText"><span class="style1">Politicas</span> </a></td>
</tr>
<tr>
<td width="183"><a href="Archive.html"><span class="style1">Archivo</span></a></td>
</tr>
</table>
How do i change this? here is the code i see on html
<table border="0" cellspacing="0" cellpadding="0" width="183" id="navigation">
<tr>
<td width="183"> <br />
<br /></td>
</tr>
<tr>
<td width="183"><a href="Directorio.html" target="mainFrame"><span class="style1">Directorio</span></a></td>
</tr>
<tr>
<td width="183"><a href="Licitaciones.html" class="navText style2"><span class="style1">Licitaciones</span></a></td>
</tr>
<tr>
<td width="183"><a href="Catrasto.html" class="navText style1"><span class="style1">Informacion Catastral</span></a></td>
</tr>
<tr>
<td width="183"><a href="Politicas.html" class="navText"><span class="style1">Politicas</span> </a></td>
</tr>
<tr>
<td width="183"><a href="Archive.html"><span class="style1">Archivo</span></a></td>
</tr>
</table>