estuve haciendo algunas pruebas te dejo un ejemplo haber si te sirve:
Código HTML:
<table border="0" cellpadding="0" cellspacing="0" width="870">
<tr>
<td><table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="border: 1px solid #6E94B4; border-bottom:none; -moz-border-radius: 5px 5px 0px 0px; -webkit-border-radius: 5px 5px 0px 0px; border-radius: 5px 5px 0px 0px; background-color:#F00">aaaaaaaa</td>
</tr>
<tr>
<td style="border: 1px solid #6E94B4; border-top:none; -moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px; background-color: #00F">bbbbbbbb</td>
</tr>
</table>
</td>
</tr>
</table>