#navcontainer { 
width : 200px;
padding : 0 0 1em 0;
margin-bottom : 1em;
margin-top: 25px;
font-family : arial;
font-size: 13px;
color : #333;
} 

#navcontainer ul { 
list-style : none;
margin : 0;
padding : 5px;
border : none;
}

#navcontainer li { 
border-bottom : 1px solid #ccc;
background-image: url(images/eye-fade.jpg);
background-repeat: no-repeat;
text-indent: 22px;
} 

#navcontainer li a { 
display : block;
padding : 5px 5px 5px 0.5em;
color : #4F4F4F;
text-decoration : none;
width : 100%;
} 

html > body #navcontainer li a { 
width : auto;
} 

#navcontainer li a:hover { 
color : #000;
background-image: url(images/eye.jpg);
background-repeat: no-repeat;
text-indent: 23px;}