#dropmenudiv{
position:absolute;
border:1px solid black;
font:normal 12px arial;
line-height:18px;
z-index:100000000000000009;
background: transparent url(../global/v3/dropdown_bg.png);
}


#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px dotted black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
z-index:10000000000000009;
}


#dropmenudiv a:hover{ /*hover background color*/
background:#e3e3e3 none;
z-index:9999999999999999999;
}