I have done something like this.
We created various usergroups and designed images for the appropriate levels and then inserted this code in the postbit, just under the "Rank" entry.
Change the numbers after $post, to the appropriate usergroup number.
Code:
<if condition="is_member_of($post, 14)"><img src="http://www.yoursite.com/images/42651.gif" border="0" alt="Bronze Contributor"></if>
<if condition="is_member_of($post, 15)"><img src="http://www.yoursite.com/images/42649.gif" border="0" alt="Silver Contributor"></if>
<if condition="is_member_of($post, 16)"><img src="http://www.yoursite.com/images/42650.gif" border="0" alt="Gold Contributor"></if>