#dropmenudiv{
position:absolute;
border:1px solid #c36f17;
font:normal 11px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
margin-top:14px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 15px;
border-bottom: 1px solid #e5e5e5;
padding: 1px 0;
text-decoration: none;
font-weight:normal;
color:#9d3131;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: white;
color:#000000;
}

#dropmenudiv a#last{
width: 100%;
display: block;
text-indent: 15px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight:normal;
color:#9d3131;
}

#dropmenudiv a#last:hover{ /*hover background color*/
background-color: white;
color:#000000;
}