#dropmenudiv{
position:absolute;
border:0px solid white;
border-bottom-width: 0;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 0px;
padding: 0px 0;
color: #E1942F;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: white;
color: #F2BB4D;
}
