aquí te pongo un código, espero y te guste:
Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin título</title>
<style type="text/css">
<!--
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: none;
}
-->
</style></head>
<body>
<table width="20%" border="0" cellspacing="0">
<tr>
<td background="botonxl3.jpg" style="border-bottom:1px #00FF00 solid" valign="middle" align="center"><a href="" style="color:#FFFFFF; font-weight:bold; font-size:12px; font:Georgia, 'Times New Roman', Times, serif">Menu 1</a></td>
</tr>
<tr>
<td background="botonxl3.jpg" style="border-bottom:1px #00FF00 solid" valign="middle" align="center"><a href="" style="color:#FFFFFF; font-weight:bold; font-size:12px; font:Georgia, 'Times New Roman', Times, serif">Menu 2</a></td>
</tr>
<tr>
<td background="botonxl3.jpg" style="border-bottom:1px #00FF00 solid" valign="middle" align="center"><a href="" style="color:#FFFFFF; font-weight:bold; font-size:12px; font:Georgia, 'Times New Roman', Times, serif">Menu 3</a></td>
</tr>
<tr>
<td background="botonxl3.jpg" style="border-bottom:1px #00FF00 solid" valign="middle" align="center"><a href="" style="color:#FFFFFF; font-weight:bold; font-size:12px; font:Georgia, 'Times New Roman', Times, serif">Menu 4</a></td>
</tr>
</table>
</body>
</html>