A.listheader:link {
  	color: #000000; 
	FONT-Family: calibri, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;	
	FONT-SIZE: 18px; 
	FONT-weight: bold;
	LINE-HEIGHT: 16px;
  	text-decoration: none;}
A.listheader:visited {
  	color: #000000; 
	FONT-Family: calibri, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;	
	FONT-SIZE: 18px; 
	FONT-weight: bold;
	LINE-HEIGHT: 16px;
  	text-decoration: none;}
A.listheader:hover {
  	color: #000000; 
	FONT-Family: calibri, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;	
	FONT-SIZE: 18px; 
	FONT-weight: bold;
	LINE-HEIGHT: 16px;
  	text-decoration: none;}
  	
  	
  	
#list {
        width: 12em;
}
#list, #list ul, #list li {
        margin: 0;
        padding: 0.05em;
        list-style: none;
}
#list a.list {
        display: block;
        color: #000;
        width: 100%;        
        FONT-Family: calibri, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
}
#list a.span {
        color: #000;
        background-color: #fff;
		position: relative;

}
#list a.span:hover {
        color: black;
        background-color: #fff;

}
#list a.span img {
	position: absolute;
	top: 2px;
	right: 2px;
	border: 0;
}
#list li {
    	clear: both;
    	Font-Size: 12px;
	LINE-HEIGHT: 16px;
	FONT-Family: calibri, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
#list li ul li {
        border: none;

}
#list li ul li a {
        color: black;
        background-color: #fff;

}
#list li ul li a:hover {
        color: black;
        background-color: #fff;

}