Hi

I want to add the flags to my navbar template at this position:


But whatever I do it does not work.
Either it totally breaks the layout if I add it as list element into the navbar template
<li>{vb:raw vbenterprisetranslatorflags}</li>

and if I wrap it into a div and position it via CSS (like on the screenshot), the flags are not clickable on firefox (but on IE8 they are)

Code:
.vbetflags_position {
	position: absolute;
	right:200px;
	top: 25px;
}

<div id="flaggen" class="vbetflags_position">
 {vb:raw vbenterprisetranslatorflags}
</div>
Please help

StarBuG