css: Double margin bug in IE6
#navigation { display: inline; float: left; margin-left: 10px; width: 200px; } /*The fix is to set display:inline on the floating elements*/