
.anylinkcss2{
border-left:1px solid #ADADAD; border-right:1px solid #ADADAD;
border-top:1px solid #ADADAD; border-bottom:1px solid #ADADAD; 
position: absolute;
left: 0;
top: 0;
visibility: hidden;
line-height: 20px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: white;
width: 201px; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family: Arial, Helvetica, Verdana;
padding-bottom: 4px;
padding-top: 2px;
}

.anylinkcss2 ul{
margin: 0;
padding: 0;
list-style-type: none;

}

.anylinkcss2 ul li a{
width: 201px;
display: block;
text-indent: 20px;
border-bottom: 1px dotted #DCDCDC;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #333333;

}

.anylinkcss2 a:hover{ /*hover background color*/
background-color: #F2F2F2;
color: #094275;
}