.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
font:normal 12px Arial, Helvetica, Sans-Serif;
line-height: 18px;
z-index: 107;
background-color: #FBEDF4;
width: 400px;
hight: 400px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
color: black;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #CCCCCC;
color: #FFF;
}

.groups {
  font-size: 11px;
  font-family: Arial, sans-serif;
  margin-bottom: 0.7em;
}
.groups a, .groups a:active, .groups a:visited {
  text-decoration: none;
  line-height: 15px;
  margin-left: .3em;
  font-family: Tahoma, sans-serif;
  color: #039;
}
.groups a:hover {
  color:#FBEDF4;
background-image:url(../images/menulist_arrow.gif);
background-position:center left;
background-repeat:no-repeat;
text-decoration: underline;
}
.groups-row {
  margin-bottom: 0.2em;
  font-size: 11px;
  font-family: Tahoma, sans-serif;
}
.groups-row a, .groups-row a:active, .groups-row a:visited {
  text-decoration: none;
  line-height: 0.82em;
  margin-left: .3em;
  font-family: Tahoma, sans-serif;
  color: #FBEDF4;
}
.groups-row a:hover {
background-image:url(../images/menulist_arrow.gif);
background-color:#FBEDF4;
background-repeat:no-repeat;
}
.groups-category-name {
  color: #c60;
  font-weight: bold;
}
