#dropmenudiv{
position:absolute;
left:500px;
top:20px;
width: 150px;
border:1px solid black;
border-bottom-width: 0;
font-family: verdana, sans-serif, arial, impact, helvetica, "Times New Roman" ;
font-size:12px;
line-height:18px;
z-index:100;
text-align:left
}

#dropmenudiv a{
width: 150px;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
background-color: #43484C;
color:#fff
}

#dropmenudiv a:hover{ width: 150px;
background-color: #43484C;
color:#fff;
text-decoration: underline;

}
