Code:
<if condition="$vbulletin->options['eagle_sigrule_on']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td class="tcat">
$vbphrase[sig_rules]
</td>
</tr>
<tbody>
<tr>
<td class="alt1">
<div class="smallfont">
<table border="1" width="100%">
<tr>
<td valign="top">
<div style="float:$stylevar[left]; margin-left:1px">
<menu>
<div><LI type="circle">$vboptions[eagle_sigrule_1]</div>
<div><LI type="circle">$vboptions[eagle_sigrule_2]</div>
<div><LI type="circle">$vboptions[eagle_sigrule_3]</div>
</div></menu>
</td>
<td valign="top">
<div style="float:$stylevar[left]; margin-right:1px">
<menu>
<div><LI type="circle">$vboptions[eagle_sigrule_4]</div>
<div><LI type="circle">$vboptions[eagle_sigrule_5]</div>
<div><LI type="circle">$vboptions[eagle_sigrule_6]</div>
</div></menu>
</td>
</tr>
</table>
</td></tr>
<tr><TD class="alt1" COLSPAN="2">
<div style="float:$stylevar[left]; margin-right:10px">
<div>
<strong>**$vbphrase[eagle_add_notes]</strong>
$vboptions[eagle_sigrule_7]</div>
</div>
</td>
</tr>
</tbody>
</table>
</if>
<br />
A TEMP work around till the author comes up with something better

this is a hackjob at best.
All this will do is split the rules into 2 table cells forcing them to even up.