[Help] CSS x IE 7, not showing correctly

Hi there,

please I need some help with CSS x IE 7
My site works with Joomla, http://www.mestre-cervejeiro.com, you can check at the top-right the search field and the topmenu.

This is showing perfect at FireFox and Sarari (Win/Mac), but is not okay at IE 7.

Here is the html part:

<div class="header">
		<div class="logo"></div><div class="headerright"></div>
		<?php mosLoadModules ( 'user4',-1 ); ?>
		<div class="topmenu">
		<?php mosLoadModules ( 'user3',-1 ); ?>
		</div>
	</div>

search module: user4
topmenu module: user3

And the CSS part:
Code:

.search {
float:right;
text-align:right;
margin-top:20px;
padding:0px;
height:20px;
} 

.topmenu {
float:right;
text-align:right;
margin-top:27px;
padding:0px;
position:relative;
}

Any help will be appreciated!

Thank you