Mira se hace así:
Código:
a.menu:link {
display : block;
width : 50px;
height : 17px;
margin : 2px;
padding : 0 0 0 20px;
background : #fff (imagen_link.png) top left no-repeat;
color : #000;
}
a.menu:visited {
display : block;
width : 50px;
height : 17px;
margin : 2px;
padding : 0 0 0 20px;
background : #fff (imagen_visitados.png) top left no-repeat;
color : #000;
}
a.menu:hover {
display : block;
width : 50px;
height : 17px;
margin : 2px;
padding : 0 0 0 20px;
background : #fff (imagen_hover.png) top left no-repeat;
color : #000;
}
a.menu:active {
display : block;
width : 50px;
height : 17px;
margin : 2px;
padding : 0 0 0 20px;
background : #fff (imagen_activos.png) top left no-repeat;
color : #000;
}
Espero te sirva, a mi me funciona bien y sin problemas...