.menulist a{

color: black;
display: block;
width: 130px;
height: 24px;
padding-left: 0px;
padding-top: 4px;
margin-bottom: 6px;
background-image: url('images/button.jpg');
background-repeat: no-repeat;
background-position: center;
text-decoration: none;
font-family: ComicSans;
font-size: 75%;
font-weight: bold
}

.menulist a:hover{
background-image: url('images/mouseover.jpg'); 
}