#dropmenudiv {
position:absolute;
border:1px solid #A2B3BE;
border-top-width: 3px;
border-top-color: #92C9EB;
border-bottom-width: 2px;
border-right-width: 2px;
font:normal 12px Arial;
line-height:18px;
margin-left:2px;
margin-top:0px;
z-index:100;
}

#dropmenudiv a {
width: 100%;
color: #12191C;
display: block;
text-indent: 3px;
border-bottom: 1px solid #9BABB6;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover { /*hover background color*/
background-color: #CDDFEA;
}
