.quicklinks .unstyled-list.single-col-list a.external,
.quicklinks .unstyled-list.two-col-list a { 
    background-image: url("http://static.mwcradio.com/images/icons/external_link.gif") no-repeat scroll 99% 40%; /* External Link Icon - to the right of the link text */
    padding-right: 20px;
}

.quicklinks .unstyled-list.single-col-list a.external:hover,
.quicklinks .unstyled-list.two-col-list a:hover { 
    background: url("http://static.mwcradio.com/images/icons/external_link.gif") no-repeat scroll 99% 40%, #f7f7f7; /* External Link Icon - to the right of the link text */
}