#dropmenudiv{
position:absolute;
border-right:2px solid #B18945;
border-left:2px solid #B18945;
border-bottom-width: 0;
font-size:12px;
font-family:Tahoma !important;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
height:25px;
display: block;
text-indent: 3px;
border-bottom: 2px solid #B18945;
padding: 1px 0;
text-decoration: none;
color:white;
font-weight: bold;
background-color: #0E7B41;
}

#dropmenudiv a:hover{ /*hover background color*/
text-decoration: underline;
background-color: #07334C;/*095C7B/
}
