Forum Moderators: not2easy
ul#List li a {background: color url(myimage.jpg) bottom repeat-x}If so, using background:#ADFF2F on hover removes the image and sets just a background colour. To change the background color but leave the image in place try:
ul#List li a:hover {
background-color:#ADFF2F;
}