We have a header, with username on it. Essentially, for now, the user hovers over there username and precariously moves the mouse onto the div to retain focus, and access different account functionality.
But it is crap to be honest, and I wanted to convert it to onclick, ala google style.
Here is a screenpic of what we have.

Here is what I would like to achieve.

Wondering if anyone knows how to do this.
Sample fiddle here: http://jsfiddle.net/ozzy/WkLBF/
Essentially, I want it so user clicks on the name and the div panel displays and remains until they click again.
Any help appreciated, we use jquery if thats any consolation ( this demo uses no javascript at all at present )