Problem with :last

Problem with :last

Hi,
I have a problem.
How do I remove the border on the right side for the second item in the 'ul.post-categories li a'?
If I give ':last', it removes the last 'a' (the third turn).
I want each of exhausts in 'ul.post-categories' frame from the second position, and not from the last position of all 'ul.post-categories'.




  1. <div class="post">               
  2.     <ul class="post-categories">
  3.         <li><a rel="category tag" title="View all posts in Interviews" href="http://localhost/wordpress/urbanpirates/category/interviews/">Interviews</a></li>
  4.     </ul>
  5. </div>
  6. <div class="post">               
  7.     <ul class="post-categories">
  8.         <li><a rel="category tag" title="View all posts in Interviews" href="http://localhost/wordpress/urbanpirates/category/interviews/">Interviews</a></li>
  9.         <li><a rel="category tag" title="View all posts in Pablo" href="http://localhost/wordpress/urbanpirates/category/interviews/pablo/">Pablo</a></li>
  10.     </ul>
  11. </div>
Sorry for my english and please help.