Goto USERCP_SHELL template and find the following code:
Code:
<td class="$navclass[profile]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td>
</tr>
Below it, make sure it shows the following:
Code:
<tr>
<td class="$navclass[vehicleprofile]" style="white-space:nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=edittimeslip">$vbphrase[edit_timeslip]</a></td>
</tr>
That should fix it...