.selectedanchor { /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	background:none;
}
/* ######### Default class for drop down menus ######### */

.anylinkmenu {
	position: absolute;
	left: 0;

	top: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Geneva, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	text-align:left;
	width: 245px; /* default width for menu */
	background:#b3c9ff;
	border-top:0px #4082ff solid;
	display:none;
}
.anylinkmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border:1px #4082ff solid;
}

.anylinkmenu ul li a {
	width: 100%;
	display: block;
    line-height: 25px;
	text-decoration: none;
	font-weight: bold;
	background:#b3c9ff;
	color: #333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Geneva, Verdana, sans-serif;
	text-indent:15px;
	font-size: 12px;
	outline: none;
}


.anylinkmenu ul li a:visited {
	color:#333;
}

.anylinkmenu a:hover { /*hover background color*/
	background: #90b0ff;
	color: #111;
	text-decoration:none;
}
