#dropmenudiv{
        position:absolute;
        border-bottom-width: 0;
        font:normal 11px Arial;
        z-index:100;
}

#dropmenudiv a        {
        background-color: #829985;
        color: white; 
        display: block;
        text-indent: 3px;
        padding: 3px;
        text-decoration: none;
        font-weight: bold;
        border-top: 1px solid white;
        
}

#dropmenudiv a:hover{ /*hover background color*/
        background-color: #708873;
}
