there seems to be a stray character in the code;
here the html as the IE7 sees it:
<ul>
<li><strong>Child Custody Orders
</strong> </li>
<li>
<strong>Child Contact Orders</strong> </li>
<li>
<strong>Maintenance Order</strong> </li>
<li>
<strong>Legal Separation</strong> </li>
</ul>
(here just only visible as an extra space before the last two <strong> )
maybe go into the html editor when editing your post/page, and try to change the entry to:
<ul>
<li><strong>Child Custody Orders
</strong></li>
<li><strong>Child Contact Orders</strong></li>
<li>
<strong>Maintenance Order</strong></li>
<li>
<strong>Legal Separation</strong></li>
</ul>