.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration: none;
}

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

.anylinkmenu{
	margin-top: 5px;
	margin-left: -12px;
	position: absolute;
	visibility: hidden;
	border: 1px solid #CCCCCC;
	border-bottom-width: 0;
	font: normal 10px Helvetica;
	line-height: 15px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: #ebf1f8;
	width: 150px; /* default width for menu */
}

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

.anylinkmenu ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #CCCCCC;
	padding: 1px 0;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration: none;
	text-indent: 3px;
}

.anylinkmenu a:hover{ /*hover background color*/
	color: white;
	background-color: #0000CC;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
margin-top: 5px;
margin-left: -10px;
width: 400px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #CCCCCC;
line-height: 17px;
padding: 5px;
text-decoration: none;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
z-index: 99; /*zIndex should be greater than that of shadow's below*/
background: #ebf1f8;
}

.anylinkmenucols li{
padding-bottom: 1px;
text-decoration: none;
}

.anylinkmenucols .column{
float: left;
padding: 1px 4px;
margin-right: 2px;
background: #ebf1f8;
text-decoration: none;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
text-decoration: none;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 10; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
