a.section-expand {
  padding-left: 20px;
  background-image: url(/images/icon_show.gif);
  background-repeat: no-repeat;
  background-position: 4px 4px;
}

a.section-unexpand {
  padding-left: 20px;
  background-image: url(/images/icon_hide.gif);
  background-repeat: no-repeat;
  background-position: 4px 4px;
}

ul.linklist li {
  background-color: #F0F0F0;
  border: 2px solid #FFF;
  clear: both;
}

