Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.
position: relative; you then give any child elements a new point of reference, being from the UL itself instead of the body or parent container - which is usually the window.
Your style for ".nav_selected" isn't specific enough to override the "#nav ul li a" style. Change your css to
#nav ul li a.nav_selected { background-color:#FFF; color:#393939; }
and you should be good.
More info on the topic over at CSS: Specificity Wars
1 to 21 of 21