Hola Ivan831, yo revisaria esta parte del css:
Código:
.inicio a{
background-image: url(../images/boton1reposo.png);
background-repeat: no-repeat;
height:38px;
width: 176px;
display: block;
}
.inicio a:hover{
background: none;
}
.inicio a:active{
background-image: url(../images/boton1presionado.png);
}
Si te fijas en el .inicio a:hover, le dices que no queres fondo y en el .inicio a:active si que quieres yo creo que te refieres a eso, sino deja la url y lo vemos.