#dropmenudiv {
position:absolute;
border:1px solid black;
border-top-width: 3px;
border-top-color: #615138;
border-bottom-width: 2px;
border-right-width: 2px;
font:normal 11px Arial;
line-height:12px;
margin-left:2px;
margin-top:0px;
z-index:100;
height: 252px;
overflow: scroll;
}

#dropmenudiv a {
width: 80%;
color: #12191C; 
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #8F7B58;*/
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover { /*hover background color*/
background-color: #c8c8c8;
}
