.anylinkcss{
position:absolute;
visibility: hidden;
border:1px black solid;
font:bold normal 12px/18px Arial, Helvetica, sans-serif;
z-index: 100;
background-color: #993300;
width: 200px;
color: white;
; clip:   rect(   )
}

.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: #FFFFFF
; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-transform: capitalize
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #336699;
color: white;
}

.title { position:relative; visibility: visible; border:1px #FFFFFF outset; font:bold normal 12px/normal Arial, Helvetica, sans-serif; z-index: 50; background-color: #993300; width: 102px; ; clip:   rect(   ); height: 20px; color: #FFFFFF; text-transform: capitalize; text-decoration: none; vertical-align: baseline}
.title a:hover{ /*hover background color*/
background-color: #336699;
color: white;
}
.title 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;
}
.title a:visited{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}
}