.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #232323;
border-bottom-width: 0;
font:normal 12px Arial;
line-height: 18px;
z-index: 100;
background-color: #1a1a1a;
width: 120px;
}

.anylinkcss a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #232323;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 10px;
font-size:11px;
font-weight:normal;
color:#FFFFFF;
}

.anylinkcss a:hover { /*hover background color*/
background-color: #1a1a1a;
color: #f09f1d;
}

.anylinkcss2{
position: absolute;
visibility: hidden;
border:1px solid #232323;
border-bottom-width: 0;
font:normal 12px Arial;
line-height: 18px;
z-index: 100;
background-color: #1a1a1a;
width: 180px;
}

.anylinkcss2 a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #232323;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 10px;
font-size:11px;
font-weight:normal;
color:#FFFFFF;
}

.anylinkcss2 a:hover { /*hover background color*/
background-color: #1a1a1a;
color: #f09f1d;
}
