#footerlink {        list-style: none;        width: 230px;        border-top: 1px dotted #eee;        margin: 35px 0;           float: left;        position: relative;      }#footerlink li {        border-bottom: 1px dotted #eee;        position: relative;        background: none;        padding: 0;        margin: 0;        float: none;      }#footerlink li a {        color: #EBEEBB;        display: block;        padding: 8px;        text-decoration: none;        border: 0;        /* IE is the myspace of browsers! */                position: relative;        height: 1%;        /* /IE */      }#footerlink li a:hover {         background: #FF29C0;         color: #FFFFFF;      }#footerlink li a span {        position: absolute;        left: -35px;        top: 50%;        margin: -4px 0 0;        height: 8px;        width: 24px;        background: url(images/.png) 0 0 no-repeat;        display: none;      }
