

#dropmenudiv{
//position: fixed;
position: absolute;
border:1px solid #1A7E12;
border-bottom-width: 0;
font-family:Geneva, Arial;
color: white;
line-height:18px;
z-index:100;

}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 12px;
border-bottom: 1px solid #1A7E12;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: white;
font-family:Geneva, Arial;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFC179;
color: #1A7E12;
}