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

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

.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 0px solid black;
	border-bottom-width: 0;
	line-height: 16px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

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

.anylinkmenu ul li a{
	display: block;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 14px;
	color: #666666;
	font-family: Tahoma;
}

.anylinkmenu a:hover{ /*hover background color*/
	background: #f7f9d6;
	color: #0066CC;
}

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


.anylinkmenucols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
padding: 10px;
font: normal 12px Tahoma, Geneva, sans-serif;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #4072be;
}

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

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

.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*/
visibility: hidden;
}.text {
	width: 29px;
	padding: 10px;
}
