The links in the left menu in this website have a CSS3 transition property of the color, which changes on mouse hover. It\'s not working in Chrome 16 or 17 (the
color
Try using #ccc and #000 rather than gray and black.
edit: Like so: http://jsfiddle.net/qtzEj/
Hope that helps :)