CNN.com Nav Bar

it is very easy to do with css.

onMouseOver="this.className='yourClass';" onMouseOut="this.className='anotherClass'"

The mouseOut class should equal the idle class which should be stated like this

class="anotherClass"