.menulink{
position:absolute;
visibility: hidden;
border:none;
border-bottom-width: 0;
font:normal 10px Arial;
line-height: 18px;
z-index: 100;
background-color: #eeeeee;
width: 200px;
}

.menulink a{
width: 100%;
display: block;
text-indent: 3px;
text-align: left;
border-bottom: none;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #333333;
text-indent: 5px;
}

.menulink a:hover{ /*hover background color*/
background-color: #D9DDD9;
color: #740000;
}
}