From http://stackoverflow.com/questions/21110345/how-to-add-logout-link-in-topmenu-in-header-section
<?php if (Mage::helper('customer')->isLoggedIn() ): ?> <a href="<?php echo Mage::helper('customer')->getLogoutUrl(); ?>"><?php echo 'Log OUT'; ?></a> <?php /* else: ?> <a href="<?php echo Mage::helper('customer')->getLoginUrl(); ?>">SIGN IN</a> <?php */ endif; ?>