.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 12px arial;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: transparent url('../images/submenubg.gif');
	width: 200px; /* default width for menu */
	text-align: left;
}

.anylinkmenu ul li a{
	width: 198px;
	display: block;
	border-bottom: 1px solid black;
	padding: 2px 0 2px 3px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

.anylinkmenu a:hover{
	background: black;
	color: white;
}
.anylinkshadow{ /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	background: black;
	visibility: hidden;
}
