Hi Alex,
The easiest way for you to do that is to use two menus:
Code: HTML/ASPX
<table>
<tr>
<td>
first menu goes here
</td>
<td width="99%">
</td>
second menu goes here
<td>
</td>
</tr>
</table>
That way you can have full control of the layout. You want to make sure the table has the background as the menus. So it looks still like one piece. :)
Thanks