How does one semantically marks up a navigation bar of icons + text, where text is below icons and icons are a sprite.
With two more conditions: navigation boxes are of different width and icon should serve as a link as well (be clickable)
Concrete example is @ www.emex.ru.
In other words: how does one convert
<ul>
<li>
<a><img width=32 height=32/><br/>Link1</a>
</li>
<li>
<a><img width=32 height=32/><br/>Link2</a>
</li>
</ul>
to a version without <img> elements