#navcontainer { 
width : 158px;
padding : 0 0 1em 0;
margin-bottom : 1em;
font-family : arial;
font-size: 11px;
color : #333;
} 

#navcontainer ul { 
list-style : none;
margin : 0;
padding : 0;
border : none;
}

#navcontainer li { 
border-bottom : 1px solid #ccc;
background-image: url(images/menu1.gif);
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 { 
background-color : E4EDF4;
color : #000;
background-image: url(images/menu1-fade.gif);
background-repeat: no-repeat;
text-indent: 23px;}
