Tried removing this, and tried changing:
#centerColumnOuter {
margin:-.1em .5em 0 .5em;
width:70em;
height:1.15em;
position:relative;
}
TO:
#centerColumnOuter {
margin:-.1em .5em 0 .5em;
width:70em;
position:relative;
clear:both;
}
however, it removes the blue image (headerborder.gif) beneath the drop down menu....
I've left the changes for you to see
Many Thanks
Toby