
div#menu span {
    height: 15px;
    width: 30px;
    margin: 5px;
    font-family: arial,verdana;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 200%;
    list-style-type: none;
    background-image: url(http://soundsmusical.com/affiliate/image1.gif);
    background-repeat: no-repeat;
}
div#menu span a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
div#menu span a:link {
    color: white;
}
div#menu span a:visited {
    color: #ffffff;
}
div#menu span a:hover {
    font-weight: bold;
    color: white;
} 

div#menu span a:active {
    font-weight: bold;
    color: white;
    background-image: url(http://soundsmusical.com/affiliate/image1.gif); 

    background-repeat: no-repeat;
}



