Admin is 98% correct... this is an I.E. bug. It's not putting the closing </li> tag (rather than the </ul> tag as Admin stated) into the DOM where it should i.e. all the closing </li> tags are missing from the DOM except for the very last one. Here is the way IE constructs the DOM...