.anylinkcss{
position:absolute;
visibility: show;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height: 12px;
z-index: 100;
background-color: #FFCCFF;
color:#000000;
width: 150px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 2px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}
.headinglinkcss{
position:absolute;
visibility: show;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height: 10px;
z-index: 100;
background-color: #3D120E;
width: 120px;
}

.headinglinkcss a{
width: 100%;
display: block;
text-indent: 2px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color: #000000;
}

.headinglinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}
