Código PHP:
Ver original<style>
table tr td a{
padding:50px;
text-decoration:none;
color:rgba(255,255,255,1.00);
}
table tr{
background-color:rgba(0,67,123,1.00);
color:rgba(255,255,255,1.00);
}
table tr td:hover{
background-color:rgba(255,110,0,1.00);
}
</style>
<table border="0" cellspacing="0" height="50px">
<tr>
<td><a href="#">Prueba 1</a></td>
<td><a href="#">Prueba 2</a></td>
</tr>
</table>
el codigo css hace lo que quieres y como puedes ver el cellspacing 0 elimina el espacio entre las celdas lo que elimina la molesta linea blanca al momento del hover