2
I'm not sure exactly what you mean... but I think this may help you out.
In the themes style.css you will find a line that looks something like this
#usermenu a {display: block; margin: 0; padding: 4px;}
try changing block to inline.. ie:
#usermenu a {display: inline; margin: 0; padding: 4px;}
remember that after an alteration you need to delete the contents of templates_c folder before change will show.