@charset "iso-8859-1";

div#menu {
    height: auto;
    width: 0px;
}
div#menu li {
    height: 50px;
    width: 140px;
    margin: -10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    line-height: 400%;
    list-style-type: none;
    background-image: url(aqbutt.gif);
    background-repeat: no-repeat;
}
div#menu li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
/* div#menu li a:link {
    color: blue:
}
div#menu li a:visited {
    color: #900; */
}
div#menu li a:hover {
    font-weight: bold;
    color: blue;
    background-image: url(aqbuttup.gif); 
    background-repeat: no-repeat;
} 

/* div#menu li a:active {
    font-weight: bold;
    color: blue;
    background-image: url(aqbuttup.gif); 
    background-repeat: no-repeat;
} */
