.dropdown{
position:absolute;
visibility: hidden;
border:0px #CCCCCC none;
font:8pt/14px Arial, Helvetica, sans-serif;
z-index: 99000;
background-color: #FFCCCC;
white-space: nowrap;
padding-left: 5px;
text-align: left;
; padding-right: 5px
; margin-top: 7px
; margin-left: -5px
}

.dropdown a{
width: 100%;
display: block;
border-bottom: 1px solid black;
padding: 5px 0;
text-decoration: none;
color: #666666; 
margin:    0px 0px; 
border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px;
}

.dropdown a:hover{ /*hover background color*/
color: #000000;
text-decoration: none;
}
