.menulist a{

color: #000080;
background-color: White;
display: block;
font-family: Arial,verdana,helvetica,"sans serif";
font-size:9pt;
border: 1px solid #000080;
width: 160px;
height: 20px;
padding-left: 2px;
background-image: url('menu.jpg');
background-repeat: no-repeat;
background-position: center top;
text-decoration: none;
font-weight: bold;
}

.menulist a:hover{
color: #B9C9D2;
background-color: White;
background-image: url('menu.jpg');
text-decoration: none
}