.list {
  width:95%; 
  padding:5px;
  float:left; 
  margin-left:5px;
  } 
 
.list ul { 
  list-style:none; 
  margin-left:5px; 
  padding:0; 
} 
	
.list li { 
  padding-left:5px; 
}

.list li img {
  width:11px;
  margin:0 2px 0 -13px;
  cursor:pointer;
}

.list li a {
  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: bold; color: #FFFFFF; text-decoration: none ;
  text-decoration:none; 
  
} 
.list li a:visited {
  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: bold; color: #FFFFFF; text-decoration: none ;
  text-decoration:none; 
  
} 
.list li a:hover {
  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: bold; color: #BEE8F4; text-decoration: none ;
  text-decoration:none; 
  
} 


.list li ul { 
  display:none;
}

.list ul li ul li { 
  font-size:90%; 
  color: #BEE8F4;
  font-weight: normal;
 /* border-left:1px dotted #666666; */
}


