#dropmenudiv{
position:absolute;
border:1px solid #DEE6EE;
border-top: 0;
line-height:20px;
z-index:100;
background: #F4F4F4;
text-align: left;
padding-top: 5px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
/*font-weight: bold;*/
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #E9E9E9;
text-decoration: underline;