.anylinkcss {
margin:9px 0 0 -11px;
font-size:90%;
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
line-height: 20px;
z-index: 100;
background-color: #3a3a3a;
width: 170px;
}

.anylinkcss a {
margin:0px
width: 100%;
display: block;
border-bottom: 1px solid black;
padding:0px;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color:#222222;
color: white;
}

#nav .anylinkcss ul a {
height:18px;
}