I don't know the answer to the question you posed LOL but I did notice your category links in the sidebox jump something horrid when I hover over them, you have different line heights for the hover and normal.....might want to make them the same or if you just delete the lines I highlighted in red you'll still get the different color on hover, unless you wanted them to jump lol :)
Code:
a.category-top, a.category-top:visited {
color: #888888;
font-family: helvetica;
font-weight: bold;
font-size: 13px;
padding: 2px 2px 2px 2px;
line-height: 25px;
}
a.category-top:hover {
color: #94bf5d;
text-decoration: none;
padding: 2px 2px 2px 2px;
line-height: 20px;
}