.selectedanchor{
	background:url(../images/links_li_hover.jpg) no-repeat;
}
.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
line-height: 30px;
z-index: 1000; /* zIndex should be greater than that of shadow's below */
width:150px;
height:auto;
margin-left:-1px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}

.anylinkmenu ul{
width:92px;
height:auto;
margin:5px 0 0 0;
list-style-type: none;
background:#2687c5;

border-radius:3px;

}
.anylinkmenu ul li{
	width:92px;
	height:auto;
	margin:0px;
	padding:2px 0px;
	line-height:20px;
	border-bottom:#cf5f89 1px dotted;
	text-indent:10px;
}
.anylinkmenu ul li:last-child{
	border:none;
}
.anylinkmenu ul li a{
	display: block;
	color:#fff;
}

.anylinkmenu a:hover{
color:#fff;
background:#2687c5;
}
.anylinkshadow{
position: absolute;
left: 0;
top: 0;
z-index: 99;
background: black;
visibility: hidden;
margin-left:-1px;
width:150px;
display:none;
}

