.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 1;
font:normal 10px Arial;
line-height: 12px;
z-index: 100;
background-color: white;
width: 140px;
}

.anylinkcss a{
color: black;
width: 100%;
display: block;
text-indent: 3px;

padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #FFFFCC;
color: #000000;
text-decoration:underline;
}

.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#ECECFF;
color:#000000;
width:100%;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}

.submenu{
margin-bottom: 0.5em;
padding-left:25px;
}
