html body {
  background: transparent url("../media/images/bg-links.jpg") left top no-repeat;
}

div.uplink {
  text-align: right;
  margin-bottom: 0.5em;
}

div.uplink a {
  padding-left: 15px;
  background: transparent url(../media/images/uparrow.gif) center left no-repeat;
}

div.uplink a:hover {
  background: transparent url(../media/images/uparrow-selected.gif) center left no-repeat;
}

#links ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

  #links ul li {
    margin-bottom: 0;
    margin-bottom: 0;
  }

  #links ul ul {
    padding-bottom: 1em;
  }

  #links ul ul.last {
    padding-bottom: 0;
    margin-bottom: 0;
  }

    #links ul ul li {
      margin-bottom: 1em;
    }
    
    #links ul ul img {
      position: absolute;
      display: block;
      top: 0.4em;
      right: 0;
        
      border: 3px solid #999;
    }
    
    #links ul ul.last li {
      margin-bottom: 0;
    }
    
      #links ul ul li.last .entry {
        border-bottom: none;
      }

      #links ul ul li .entry {
        position: relative;
        display: block; 
        padding-bottom: 0px;
      
        margin-bottom: 0.5em;
        margin-left: 5px;
        margin-right: 5px;
      }
      
#links .box span.decorator {
  padding: 0 5px;
}      
