Hiding a List Item in IE???

I'm trying to shrink the size of the "Archive" list on the right side of the page.  If you are looking at this blog in firefox you'll see what I mean. (minus the link to "Full Archive" I intend to put there.)  Below is the CSS override that works in firefox. If anyone knows how to make this work in IE let me know.  If your answer involves "make IE fully support CSS 2.0" then your not helping. 

#sidebar-a a#_ctl0__ctl0__ctl0__ctl0_BlogSideBar1__ctl0__ctl1__ctl0_Categories__ctl20_Link{
 visibility:hidden;
position:absolute;
color: white;
left:-999;
}