I'm using the primary links menu on my site to show Log in/Log out links depending on whether visitors are logged in or not. I'd like the options to be 'Log in | Register' for anonymous visitors and 'Log out | My account' for authenticated users. It is all working except that the 'My account' link shows for anonymous visitors as well.

Is there some way I can hide that link from anonymous visitors?

I'm using the Me module so the My account link is user/me. I'm also using LogginToboggan in case that makes any difference to the solution.