/* Print Profile */
#btnPrintProfile img {
   background: transparent url('../images/printer-off.png') no-repeat 0 0;
}
a:hover#btnPrintProfile img, a:focus#btnPrintProfile img {
   background: transparent url('../images/printer-on.png') no-repeat 0 0;
}

/* Contact */
#btnContact img {
   background: transparent url('../images/contact-off.png') no-repeat 0 0;
}
a:hover#btnContact img, a:focus#btnContact img {
   background: transparent url('../images/contact-on.png') no-repeat 0 0;
}

/* Deputation */
#btnDeputation img {
   background: transparent url('../images/deputation-off.png') no-repeat 0 0;
}
a:hover#btnDeputation img, a:focus#btnDeputation img {
   background: transparent url('../images/deputation-on.png') no-repeat 0 0;
}

/* Donate */
#btnDonate img {
   background: transparent url('../images/donate-off.png') no-repeat 0 0;
}
a:hover#btnDonate img, a:focus#btnDonate img {
   background: transparent url('../images/donate-on.png') no-repeat 0 0;
}

