  .hhovermenu a { text-align: center;
    display: none;  
    text-align: center;
    font-family: "Comic Sans MS", Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    margin-left: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
    width: 52px;
    height: 16px;
    line-height: 1.2em;
    display: block;
    text-decoration: none;
    float: left;
    color: white;
    background-color: #006666;
    background-image: url(grn-button-52-off.gif);
    }

  .hhovermenu a:hover {
    background-color: #00CC99;
    background-image: url(grn-button-52-on.gif);
    color: blue;
    }

  .hhovermenu {
    border: 0px solid #CCCCCC;
    background: #CCCCCC;
    width: 630px;
    height: 18px;
    font-family: Arial,Helvetica,sans-serif;
    }
