/**
 * @author GeekTantra
 * @date 28 February 2010
 */
ul li.Background {
  background-color: #cdcdcd;
  width:260px !important;
}
* html ul li.Background {
  z-index: -10;
}
*:first-child+html li.Background {
  z-index: -10;
  
}

#HorizontalSlidingMenu li.Background div{
  background: url('../images/bg_menu.png') top left no-repeat;
  height: 100%;
  margin-right: 31px;
  width:100%;
}