Possible solutions :
Set padding to 0px on both elements
Reduce width on one of them. There's no space at all between them and sometimes IE (at least older versions) requires some space between
Set margins to 0px. The 540px margin on the list doesn't do anything anyway if your plan works.
And
is unnecessary.
is all you need, because id's should be unique.
And it looks as intended in Opera 8