<html>
<head>
<style>
.classetd {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #000000;
font-weight : bold;
}
</style>
</head>
<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="bordotab">
<tr onMouseOver="this.style.background='#ff3300'" onMouseOut="this.style.background='#ffffff'">
<td class="classetd">Menu 2</td>
<td class="classetd">Menu 3</td>
</tr>
</table>
</body>
</html>