.menucss {
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font: normal;
line-height: 24px;
z-index: 30000000;
background-color: #666666;
width: 220px;
}

.menucss a{
color: #ffffff;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
}

.menucss a:hover{ /*hover background color*/
background-color: #000000;
color: #ffffff;
}