a.droplink { font-size: 9pt; font-family: Tahoma, Arial, Verdana; color: #222222; }
a.droplink:hover { font-size: 9pt; font-family: Tahoma, Arial, Verdana; color: #555555; }

#dropmenudiv{
position: absolute;
width: 120px;
background-color: #f6f6f6;
border: 1px solid #a5acb2;
/*border-bottom-width: 0;*/
font:normal 10pt Arial;
text-align: left;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #ffffff;*/
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #e6e6e6;
}