#dropmenudiv{
position:absolute;
padding: 5px 0;
border:1px solid gray;
line-height:20px;
z-index:100;
font: $bodyFont;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;
text-align: left;
border-bottom: 0px solid gray;
padding: 2px 0;
text-decoration: none;
font: $bodyFont;
line-height:20px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #e6e6e6;
}