este es mi css.
Código:
mi codigo html
#menu{
background:url(../imagenes/menu.jpg) no repeat;
width: 648px;
height:40px;
padding: 0;
font-family:Tahoma;
font-size:11px;
font-weight:bold;
color:#FFFFFF;
}
Código HTML:
<table width="648" border="0" cellpadding="0" cellspacing="0" id="menu">
<tr>
<td width="98" height="40"> </td>
<td width="2" height="40"><img src="imagenes/borde_menu.jpg" /></td>
<td width="70" height="40"><div align="center">Inicio</div></td>
<td width="2" height="40"><img src="imagenes/borde_menu.jpg" /></td>
<td width="104" height="40"><div align="center">Quienes Somos</div></td>
<td width="2" height="40"><img src="imagenes/borde_menu.jpg" /></td>
<td width="77" height="40"><div align="center">Productos</div></td>
<td width="2" height="40"><img src="imagenes/borde_menu.jpg" /></td>
<td width="85" height="40"><div align="center">Mi cuenta</div></td>
<td width="2" height="40"><img src="imagenes/borde_menu.jpg" /></td>
<td width="103" height="40"><div align="center">Registrate Aqui</div></td>
<td width="2" height="40"><img src="imagenes/borde_menu.jpg" /></td>
<td width="111" height="40"><div align="center">Contactenos</div></td>
</tr>
</table>

