ul#test{
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 170px;
}

 ul#test ul
 {
  list-style-type:none;
  margin: 0;
  padding: 0.2em 0 0 0;
  width: 170px;
  line-height:0px;
}

ul#test a {
  display: block;
  text-decoration: none;	
}

ul#test li {
  margin-top: 5px;
  line-height:0px;
}

ul#test li a {
  background:url(ny_tip_12.jpg) center left no-repeat;
  line-height:30px; 
  font-size:12px; 
  padding-left:20px; 
}
ul#test li ul li a {
  background:url(cp_fl1.gif) center no-repeat;
  color: #666666;
  line-height:20px;
  padding-left: 10px;
}

ul#test li ul li a:hover {
  background:url(cp_fl1.gif) center no-repeat;
  padding-left: 10px;
}


