sometimes a good boot to the head does the trick. I was getting so frustrated that none of my changes to the css file were fixing the problem I didn’t think to make sure that the header was loading the right css file. Seems that it uses an absolute path so it was using the css file from the live site instead of the test server’s css file. anyways… the solution was:
#sidebar ul li {
clear:both;
}