It seems you never updated your style when you upgraded your vbulletin. This will fix your problems for this template.
Code:
Find this:
$vbphrase[edit_profile]
Replace with this:
$vbphrase[edit_your_details]
Find this:
<li><a class="smallfont" href="profile.php?$session[sessionurl]do=editlist">$vbphrase[buddy_ignore_lists]</a></li>
Replace with this:
<li><a class="smallfont" href="profile.php?$session[sessionurl]do=ignorelist">$vbphrase[edit_ignore_list]</a></li>
You should update your style as you may find out you have more problems later depending what version you updated from.