.menuList {
  padding: 60px 60px 0 0;
  font: .6em arial, helvetica, sans-serif;
  color: #FFF;
  text-align: right;
}

.menuList li {
  list-style: none;
  padding: 0 0;
  height: 20px;
  /*border: 1px solid white;*/
}

.menuList li a {
  background: url('star.gif') no-repeat right center;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 0 12px 0 0;
}

.menuList li a:hover, .menuList li a:active {
  background: url('arrow.gif') no-repeat right 0.4em;
  color: black;
}

.menuList .here a {
  background: url('arrow.gif') no-repeat right 0.4em;
  color: black;
}