I want to show the rounded image on the left and right menu. You can see the example here. The background image is:

<ul>
<li><a class="current" href="">Home</a></li>
<li><a href="">Faq</a></li>
<li><a href="">About</a></li>
</ul>
Let me know the trick on CSS to achieve my goal without cutting the current image.
The result should be like this

Here is the final result using sliding doors technique