.ofdmenucss{
position:absolute;
visibility: hidden;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #E9FECB;
width: 135px;
}
.ofdmenucss a{
display: block;
text-decoration: none;
font-weight: bold;
}
.ofdmenucss a:hover{ /*hover background color*/
background-color: #6a94be;
color: white;
}