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

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

.anylinkmenu {
	position: absolute;
	left: -10px;
	top: 22px;
	width:170px;
	height:auto;
	visibility: hidden;
	border: 1px solid #339933;
	-moz-border-radius:4px;-webkit-border-radius:4px;
	font: normal 13px 'TitilliumText22LMedium',Tahoma,Arial;
	line-height: 19px;
	vertical-align: middle; 
	z-index: 999; /* zIndex should be greater than that of shadow's below */
	background-color: #FFFFFF;
}

/*position:absolute;display:none;width:144px;height:auto;z-index:999;left:-77px;top:-1px;background:url(../images/nav/dropdown-bottom.png) no-repeat bottom left;padding-bottom:3px;background-color:#f6f6f6
*/
.anylinkmenu ul{
	margin: 0;
	padding: 2px;
	list-style-type: none;
}

.anylinkmenu ul li a{
	width: 99%;
	display: block;
	/*border-bottom: 1px solid #CCCCCC;*/
	padding: 4px 2px 4px 2px;
	color: #333333;
	text-align: left; 
	vertical-align: middle; 
	text-decoration: none;
	text-indent: 8px;
}

.anylinkmenu a:hover{ /*hover background color */
	background: #606060;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 2px 4px 2px;
}

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


.anylinkmenucols{
	position: absolute;
	width: 220px;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid gray;
	padding: 3px;
	font: normal 12px Verdana;
	text-align: left;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background: #FFFFFF;
}

.anylinkmenucols li{
	padding-bottom: 3px;
}

.anylinkmenucols .column{
	float: left;
	padding: 3px 8px;
	margin-right: 5px;
	background: #E0E0E0;
}

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



/* ######### 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: #CFCFCF;
	visibility: hidden;
	-moz-border-radius:8px;-webkit-border-radius:8px;
}