#dropmenudiv{
margin-left:10px;
padding-right:60px;
position:absolute;
border:0px solid black;
border-bottom-width: 1;
border-right-width: 1;
line-height:17px;
z-index:100;
background-color:#ffffff;
}

#dropmenudiv a{
font-family:arial,sans-serif;
font-size:10px;
text-transform:uppercase;
width: 180px;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color:#000000;
}

#dropmenudiv a:hover{ /*hover background color*/
color:#D13028;
/*  background-color: yellow;  */
}