Forum Moderators: not2easy
E.g. if your nav is like
<div id="nav">
<a href="#">link 1</a>
<a href="#">link 2</a>
<a href="#">link 3</a>
<a href="#">link 4</a>
</div>
you could set the image as a background on the div.
Alternatively, you could use css positioning and z-index to achieve it.
Maybe post some html of your nav.