#left-content {
position: absolute;
xtop: 50px;
left: 10px;
width: 250px;
This makes the left-content div cover up the links (and hence the click evnets go to that div, not to the links). In IE, content can be randomly transparent to click events in a pattern I have not figured out yet....
