.toolbar1_shop {
  padding: 0;
  margin: 0;
  list-style: none;
}

  
.toolbar1_shop li {
  float: left;
  height: 32px;
  background-position: top left;     
   background-image: url(../gfx/menu1_shop.jpg);
  background-repeat: no-repeat;
  

  text-indent: -999em
}

.toolbar1_shop li.separator {
  background-position: -64px top;
  width: 2px;
}

.toolbar1_shop li a {
  display: block;
  height: 32px;
  background-image: url(../gfx/menu1_shop.jpg);
  background-repeat: no-repeat
}

.toolbar1_shop a.login {
  width: 143px;
  background-position: left top
}
.toolbar1_shop a.login:hover {
  width: 143px;
  background-position: left bottom
}

.toolbar1_shop a.account {
  width: 130px;
  background-position: -143px top;
}
.toolbar1_shop a.account:hover {
  width: 130px;
  background-position: -143px bottom
} 

.toolbar1_shop a.basket {
  width: 112px;
  background-position: -273px top;
}
.toolbar1_shop a.basket:hover {
  width: 112px;
  background-position: -273px bottom
} 

