
.animatedList  { 
    border:1px solid black; 
    background-color:#eee; 
    padding:5px;
    margin-bottom:10px;
} 
 
.animatedList ul { 
    list-style:none; 
    margin-left:20px; 
    padding:0; 
} 
	
.animatedList li { 
    padding-left:10px;
}

.animatedList li a { 
    color:black;
} 

.animatedList ul li ul.hidden li { 
    font-size:90%; 
    border-left:1px solid black; 
    display:none;
} 

.animatedList a img { 
    border:none;
} 

.animatedList a span { 
    font-size:7px; 
    font-weight:bold;
}


