

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid white;
border-bottom-width: 1;
font:normal 13px Lucida Sans Unicode, Lucida Grande, sans-serif;
line-height: 25px;
z-index: 100;
background-color: #C20016;
width: 250px;
margin-top: -5px;
}

.anylinkcss a{
color: #ffffff;
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #C20016;
color: #ffb300;
}

.navlink a:link {
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size : 13px;
font-weight : bold;
color: #ffffff;
text-decoration : none;
text-align: left;
text-indent: 8px;
padding: 2px;
margin: 0px;
border : 0px solid white;
display: block; 
width: 100%;
}

.navlink a:visited {
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size : 13px;
font-weight : bold;
color: #ffffff;
text-decoration : none;
text-align: left;
text-indent: 8px;
padding: 2px;
margin: 0px;
border : 0px solid white;
display: block; 
width: 100%;
}

.navlink a:hover {
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size : 13px;
font-weight : bold;
color: #ffb300;
text-decoration : none;
text-align: left;
text-indent: 8px;
padding: 2px;
margin: 0px;
border : 0px solid white;
display: block;
background-color : #C20016; 
width: 100%;
}
