I got it working.
Just go to templetes and pull out forumdisplaybit and find:
Code:
<td bgcolor="{firstaltcolor}" align="left"
And replace it with this:
Code:
td onmouseover="NavRollOver(this)" onmouseout="NavRollOut(this)" bgcolor="{firstaltcolor}" align="left"
Only thing it is it doesn't work for announcements cell, you have to edit that cell too to get it working.
*If you see bgcolor="#SOMENUMBER" put firstaltcolor there.