I just came across a neat CSS trick. Check out the fiddle...
This creates a little arrow/triangle-like effect, a "tooltip tail". This blows my mind! I'm really interested in knowing how this works?!
Further, is there a way to extend this CSS trick to create an effect as follows...

This is an interesting problem. Can this be done using only CSS, ignoring the shadow for now?
UPDATE
I figured out a solution to my initial question. Here's the fiddle...
Now, how do I exactly mimic the little picture above using pure CSS, including the shadow and having it cross-browser compatible?
UPDATE
Here's my solution after a combination of the answers below. I haven't tested it across multiple browsers, but it looks great in Chrome.
http://jsfiddle.net/UnsungHero97/MZXCj/688/

