Is it possible to draw this shape in css?

Example - http://www.budgie.richardcmpage.com/Images/IDEA2.png

Like the rectangle with another tab type bit? Or can another language do it?

I would like to try and avoid using an image-bg.

Hi,
It can be made with CSS.
Two DIVs, the small DIV positined absolute within the other DIV.

thank you