#navcontainer { 
width : 158px;
padding : 0 0 1em 19px;
margin-bottom : 1em;
font-family : arial;
font-size: 11px;
font-weight: bold;
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.jpg);
background-repeat: no-repeat;
text-indent: 22px;
} 

#navcontainer li a { 
display : block;
padding : 5px 5px 5px 0.5em;
color : #893C72;
text-decoration : none;
width : 100%;
} 

html > body #navcontainer li a { 
width : auto;
} 

#navcontainer li a:hover { 
color : #179E90;
background-image: url(images/menu1-fade.jpg);
background-repeat: no-repeat;
text-indent: 24px;}

