/**
 * @author GeekTantra
 * @date 28 February 2010
 */
ul li.Background {
  background: #F00;
/*  -moz-border-radius: 10px;
  border-radius: 10px;
*/  
  padding-top:-7px;
}
* html ul li.Background {
  z-index: -10;
    height:1px;

}
*:first-child+html li.Background {
  z-index: -10;
  height:1px;

}
