Currently I am trying to accomplish the CSS Menu like the following image.

As you can see, when we hover to the Gallery, dropdown menu should be appeared and behind that dropdown menu, there should be another transparent layer which should be appeared.
But when I am creating that kind of menu, what I achieved is like the following image.

Comparing the two menu, what I am facing is two problem.
Dropdown Menu Width. (I would like to have dropdown menu width like the first photo. But when I tried to set the width of ul, I got it like the following image).

As you can see, width is changed, but the dropdown box should be at the center of GALLERY, but it isn't
I don't know how to add the transparent layers like the 1st photo. Please kindly instruct me how to.
Here are my codes.
JSFiddles: http://jsfiddle.net/vZXvv/1/
Thank you very much for your time.