I would like to know if (and maybe how) some text-shadow like shown in following image is possible:

The shadow is decreasing over several list-elements. I was thinking to give each element different hover-classes depending on what element is being hovered on, but I am not even sure how to get such decreasing shadows with CSS. Would be really cool if someone would be able to teach me how to do that. If you want you can use my jsfiddle code.
You could try something like this
demo
(click a tab to select it and see the shadows)
and get the effect using
box-shadowon pseudo-elements of the selected tab.Should look like this
HTML:
Relevant CSS: