﻿.anylinkcss {
text-align:left;
position:absolute;
visibility: hidden;
border:1px solid #999999;
font:normal 13px Arial;
line-height: 18px;
z-index: 100;
background-color: #000000;
width: 155px;
color: #ff6900;
}

.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;
color: #ff6900;
}

.anylinkcss a:hover { /*hover background color*/
background-color: #666666;
color: white;
}