OK, here’s the code I am using. The images are showing up as missing.
<div id="header">
<div id="top_nav">
<ul>
<?php wp_list_categories('orderby=name&include=4&title_li='); ?>
<li><img src="images/Nav-Bar-Shim.gif" border="0"/></li>
<?php wp_list_categories('orderby=name&include=3&title_li='); ?>
<li><img src="images/Nav-Bar-Shim.gif" border="0"/></li>
<?php wp_list_pages('include=20&title_li='); ?>
<li><img src="images/Nav-Bar-Shim.gif" border="0"/></li>
<?php wp_list_categories('orderby=name&include=6&title_li='); ?>
<li><img src="images/Nav-Bar-Shim.gif" border="0"/></li>
</ul>
</div>
</div>