I suggest to install Template conditionals plugin and then wrap the profile edit link from modcp navigation template, like this;
<if $mybb->user['usergroup'] == "4" then>
LINK GOES HERE
</if>