Div underneath another div

Hi Guys,

I’m kind of stuck on what seems to be something trivial but I just can’t get my head round it.

Basically I have the address div and then the menu… Which should go under the address div but it’s seems to be floating next to the address div.

Any help will be much appreciated.

http://activewebuk.com/rb/contacts.html

problem solved. added clear:both; to the menu div.

Hi akbard,
in style.css row 375 (id="contact-menu) add this:
clear: both;

After this, I think you mast reduce the padding-top value.
Bye bye.