You could use a <if> condition in the forumdisplay template for the New Thread image source.
Code:
<img src="blue/style/newthread<if condition="$foruminfo['forumid'] == X">_spec</if>.gif" alt="Post New thread" />
In above case if you are in forum X it would use the newthread_spec.gif image and if you are not you it would use the newthread.gif image. The above code is just an example.