/* CSS Document */


.anylinkcss{
position:absolute;
visibility: hidden;
border:0px;
border-bottom-width: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height: 20px;
z-index: 100px;
background-color:#20272D;
overflow:hidden;
	
}

.anylinkcss a{
color: #C8C8C8;
display: block;
border-bottom: 0px;
text-decoration: none;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/

background-color:#20272D;
color: #FFFFFF;

}