go to your admincp==>styles and templates==>style manager==>click on the<<>> and find the template "navbar"
find
Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
and directly above add
Code:
<td class="vbmenu_control"><a href="http://www.mysite.co.uk/index.php" >what you want the link to be called</a></td>
that should do it