Mugen_Boy, Go to CP>Customize Design>Top Part Of The Site>Find :
Code
<?if($SMENU_1$)?>$SMENU_1$<?endif?>
Now Replace The Code By This :
Code
<?if($SMENU_1$)?>$SMENU_1$<?endif?> <li><?if($LOGIN_LINK$)?>
<li> <a class="bullet" href="$LOGIN_LINK$" > <span> Login </span> </a> </li>
<?endif?>
<?if($REGISTER_LINK$)?>
<li> <a class="bullet" href="$REGISTER_LINK$" > <span> Register </span> </a> </li>
<?endif?>
<?if($LOGOUT_LINK$)?>
<li> <a class="bullet" href="$LOGOUT_LINK$" > <span> Logout </span> </a> </li>
<?endif?>
</ul>
The Code Worked Fine for me.