/* Site Menu */

.anylinkcss{
position:absolute;
visibility: hidden;
z-index: 100;
background-color: #a8d4ff;
width: 140px;
border: none;
color: #ff0000;
}

.anylinkcss a, .anylinkcss a:visited{
width: 100%;
line-height: 18px;
border-bottom: 1px solid;
padding: 2px;
text-decoration: none;
font-weight: bold;
font-family: verdana, arial, sans-serif;
font-size: 10px;
color: #ff0000;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #FFE4E9;
color: #0000ff;
font-size: 10px;
text-decoration: none;
}


/* Forum Tools Menu */

.anylinkcss2 {
position:absolute;
visibility: hidden;
z-index: 99;
background-color: #a8d4ff;
width: 100px;
border: none;
color: #ff0000;
}

.anylinkcss2 a, .anylinkcss2 a:visited{
width: 100%;
line-height: 15px;
border-bottom: 1px solid;
padding: 2px;
text-decoration: none;
font-weight: normal;
font-family: verdana, arial, sans-serif;
font-size: 9px;
color: #ff0000;
}

.anylinkcss2 a:hover { /*hover background color*/
background-color: #FFE4E9;
color: #0000ff;
font-size: 10px;
font-weight: bold;
text-decoration: none;
width: 100%;
}