Try this:
<ul>
<li><?php previous_post_link('%link')?></li>
<li><?php next_post_link('%link') ?></li>
</ul>
It would be instead of this:
<ul>
<li><?php next_posts_link('« Older Entries') ?></li>
<li><?php previous_posts_link('Newer Entries »') ?></li>
</ul>