We misunderstood each other, sorry, you meant the navigation block,
the error is a ie9 bug with css shadows,
solution: you have to change the color of the links in the navigation,
unfortuntely I can't see the exact css line due to the css minify plugin,
but find #pnav li a and change color:#fff to blue or black,
same with #pnav .current_page_item a
and #pnav li li a:hover,
basically you hav to change all color links in navigation (if white), selected with #pnav,
do not use white or grey, something dark to preseve usability,
also the dropdowns have no background,
you might add a background color for better visbility.