I am looking to customize the size of the right border on each tab within my menu, or have the borders extend the entire vertical length of the menu.
View my current code snippet here: http://jsfiddle.net/5FP8R/
<div id="menu">
<ul>
<li><a class="lien_menu">
<br>Onglet0 loooooooog</a></li>
<li><a class="lien_menu">
<br>Onglet1</a></li>
</ul>
</div>
Your assistance is greatly appreciated.