.anylinkcss{
position:absolute;
visibility: hidden;
border:black solid;
font:normal x-small/18px Verdana;
z-index: 100;
background:transparent;
color: #0000ff;
width: 205px;
border-width: 1px 1px 0px
}

.anylinkcss a{
width: 100%;
display: block;
background:transparent url(/graphics/opaque.png);
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
; color: #0000ff
; font-size: x-small
}

.anylinkcss a:hover{ /*hover background color*/
background: #0000ff;
background-color: #0000ff;
color: #ffffff;
; font-size: x-small
}

a#current-heading{
	color: #aa7700;
}

a#current-page{
color: #aa7700;
}

a#current-page:hover{
color: #ffcc33;
}

a#rapid{
color: #ff0000;
}

a#rapid:hover{
color: #ffffff;
background: #ff0000;
}