Napisałem więc dodam, może komuś sie przyda
<style type="text/css">
body{ margin: 0; }
.ize table {
border: 0;
margin: 0;
}
.ize td{
border-left: 1px #ccc solid;
padding: 5px 30px 5px 30px; /* gora, prawy, dol, lewy */
background: url('http://cdn2.iconfinder.com/data/icons/splashyIcons/arrow_state_grey_right.png') left center no-repeat;
}
.ize td a:link, .ize td a:active{
color: #000;
text-decoration: none;
}
.ize td a:hover{
text-decoration: underline; /* podkreslenie po najechaniu */
}
</style>
<table class="ize">
<tr>
<td class="ize"><a href="#">Link</a></td> <td class="ize"><a href="#">Link</a></td>
<td class="ize"><a href="#">Link</a></td> <td class="ize"><a href="#">Link</a></td>
</tr>
<tr>
<td class="ize"><a href="#">Link</a></td> <td class="ize"><a href="#">Link</a></td>
<td class="ize"><a href="#">Link</a></td> <td class="ize"><a href="#">Link</a></td>
</tr>
</table>
Też na zwykłej tabeli, to chyba najprostszy sposób, c'nie?