.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
color: red;
font-weight: bold;
width: 205px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}

.anylinkcss ul {
list-style: none;
margin: 0;
padding: 0;
}

.anylinkcss li {position: relative;}

.anylinkcss ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div.anylinkcss ul ul ul,
div.anylinkcss ul ul li:hover ul ul{
display: none;
border:1px solid black;
background-color: white;
}

div.anylinkcss ul ul li:hover ul,
div.anylinkcss ul ul ul li:hover ul
{display: block;}