Create blinking gif image blink.gif, put it in directory "misc" of your style's image directory, then in template "navbar" find this:
Code:
<if condition="$show['member']">
<td class="alt2" valign="top" nowrap="nowrap">
and replace with this:
Code:
<if condition="$show['member']">
<td class="alt2" valign="top" nowrap="nowrap"<if condition="THIS_SCRIPT != 'private' && $show['pmstats'] && $vbulletin->userinfo['pmunread']"> style="background: #F2F2F2 url($stylevar[imgdir_misc]/blink.gif) top right no-repeat"</if>>
I haven't tested it, but I think this should work.