ul#lag {
  width: 190px;
  padding-bottom: 20px;
  padding-top: 10px;
}
ul#lag li.button {
  background:none;
  padding:0px;  
}
ul#lag li.button a.learn-button, ul#lag li.button a.learn-inactive {
 width: 55px;
 height: 20px;
 float: left;
 padding-right: 3px;
}
ul#lag li.button a.learn-button {
 background: url('img/learn-button.png') no-repeat;
}
ul#lag li.button a.learn-inactive {
 background: url('img/learn-inactive.png') no-repeat;
}
ul#lag li.button a.give-button, ul#lag li.button a.give-inactive {
 width: 55px;
 height: 20px;
 float: left;
 padding-right: 3px;
}
ul#lag li.button a.give-button {
 background: url('img/give-button.png') no-repeat;
}
ul#lag li.button a.give-inactive {
 background: url('img/give-inactive.png') no-repeat;
}
ul#lag li.button a.act-button, ul#lag li.button a.act-inactive {
 width: 55px;
 height: 20px;
 float: left;
 padding-right: 3px;
}
ul#lag li.button a.act-button {
 background: url('img/act-button.png') no-repeat;
}
ul#lag li.button a.act-inactive {
 background: url('img/act-inactive.png') no-repeat;
}