.anylinkmenu{
position: absolute;
left: 0;
top: 0;
margin-top: .7em;
visibility: hidden;
border: 1px solid #ccb;
border-bottom-width: 0;
font-size: 10px;
line-height: 15px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #eed;
}

.related_dropdown{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #ccb;
border-bottom-width: 0;
font-size: 10px;
line-height: 15px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #eed;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
text-transform: lowercase;
	margin-right: 5px;
}

.anylinkmenu ul li{
border-bottom: 1px solid #ccb;
}

.anylinkmenu a:hover{
	color: #000;
}