I cant seem to figure this out. I'm trying to add a background image on hover, like a bullet. the site is http://rainbowroundup.allianceitpro.com
here is my code, it seems like my main-aside a and main-aside a:visited is working...mostly. I noticed that one of my links changes color on hover which is weird.
.main-aside a:hover {
background-image: url(/JPEG/trout-bkgrnd3.jpg);
background-repeat: no-repeat;
background-position: 100% .4em;
padding-right: .6em;
}
.main-aside a, .main-aside a:visited {
display: block;
width:8em;
border:1px solid #000;
text-align:right;
text-decoration:none;
background: #D6D79D;
font-weight: 700;
color: #fff;
padding: 4px;
}
.main-aside h3 {
display:none;
}