﻿
.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 20px;
z-index: 100;
background-color: white;
width: 314px;
text-transform:uppercase;
}

.anylinkcss a:link{
color: black;
width: 100%;
display: block;
border-bottom: 1px solid gray;
padding:0px;
text-decoration: none;
font-weight: bold;
text-indent: 8px;
}

.anylinkcss a:active {
color: black;
width: 100%;
display: block;
border-bottom: 1px solid gray;
padding:0px
text-decoration: none;
font-weight: bold;
text-indent: 8px;
}

.anylinkcss a:visited {
color: black;
width: 100%;
display: block;
border-bottom: 1px solid gray;
padding:0px;
text-decoration: none;
font-weight: bold;
text-indent: 8px;
}



.anylinkcss a:hover{ /*hover background color*/
background-color: #0062A0;
color: #fff;
}

