background: url("images/home_btn.gif") no-repeat 0 0;
Load these images into your template's images folder and reference them as:
background: url(../images/home_btn.gif) no-repeat 0 0;
(No need for double quotes).
This may or may not work... but give it a try



