.dropmenudiv2{
position: absolute;
visibility: visible;
border:1px solid #ffffff;
border-bottom-width: 0;
font:normal 11px Arial;
line-height: 16px;
z-index: 100;
background-color: #D2CCCC;
width: 117px;
}

.dropmenudiv2 a{
text-align: center;
width: 100%;
display: block;
border-bottom: 1px solid #748494;
padding: 0px;
text-decoration: none;
font-weight: normal;
text-indent: 0px;
color: #000000;
}

.dropmenudiv2 a:hover{ /*hover background color*/
background-color: #000000;
color: #ffffff;
text-decoration: underline;
}