.empty:hover{ 
background: white;
}

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	background: white;
}

/* ######### Default class for drop down menus ######### */

.anylinkcss{
	position: absolute;
	left: 10;
	top: 10;
	visibility: hidden;
	font: normal 12px Verdana;
	line-height: 25px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: #d5d5d5;
}

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

.anylinkcss li{
	padding-left: 0px;
	background-image:url();
}

.anylinkcss ul li a{
	width: 250px;
	display: block;
	padding-left:10px;
	padding-right:20px;
	padding-top:4px;
	padding-bottom:9px;
	background-image:url(../images/submenubottom.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color:#000000;
}


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


/* ######### class for shadow DIV ######### */
.anylinkshadow{ /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99; /*zIndex for shadow*/
	background: #b3b3b3;
	visibility: hidden;
}
