#dropmenudiv{ 
position:absolute; margin-top:-107px; margin-left:223px;
border:1px solid #e5d8e2;
border-bottom-width: 0px;
line-height:15px;
z-index:180;
background-color: #000000;
}

#dropmenudiv a{
display: block;
text-indent: 3px;
border-bottom: 1px solid #C6C6C6;
padding: 5px 0 5px 10px;
text-decoration: none;
font-weight: bold;
font-size:12px;
font-family:"Times New Roman", Times, serif;
color:#631853;
text-align:left;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #631853;
color:#ffffff;
}