#image a{
display:block;
width:150px;
background:url(images/menu1.gif) no-repeat;
height:20px;
line-height:20px;
text-decoration:none;
padding-left:10px;}

#image a:hover{
color:orange; 
background:url(images/menu2.gif) no-repeat;
}

@