The CSS specification clause in the Z-index says that a new stacking context is created only for positioned content with a z-index other than auto.
li #nav position:relative, -, IE .
:
display: block;
position: relative;
z-index: 1; // force IE to recognize stack at this point
}