HTML code looks like this: In the case "alignright" is just an example
<div id="button">
<div class="divimg2">
<ul>
<li><a href="">Aqui estão a lista do menu</a></li>
<div class="alignright"><img src "css/images/sidimg.png"></div>
</ul>
</div>
</div>
And the CSS looks like this:
.alignright { float:right; }
I think there's a lot missing ( or not ) in CSS to align the image to the right of the menu