#dropmenudiv{
    position:absolute;
    background: #e8e8d9;
    border: 2px solid #fff;
    font:normal 9pt Arial;
    z-index:100;
    filter:alpha(opacity=100);
    text-align: left;
    width: 180px;
    margin-left: -2px;
}

#dropmenudiv a
{
    width: 100%;
    display: block;
    text-indent: 4px;
    padding: 4px 0;
    text-decoration: none; 
    color: #000;
    background-color: #e8e8d9;
    font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
    text-decoration: none; 
    color: #fff;
    background: #8A8966;
}