.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: black;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font: normal 9px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background-color:#e3e4e4;
width: 200px; /* default width for menu */
opacity: 0.90; /* For Newer Mozilla Browsers, Safari, and Opera */
filter: alpha(opacity=90); /* For IE */
-moz-opacity: 0.90 /* For Older Mozilla Browsers, like Netscape Navigator */
-khtml-opacity: 0.90; /* For Older Safari */
}

.anylinkcss ul{
	margin: 0;
	padding-top: 5px;
	padding-bottom:5px;
	padding-left:3px;
	padding-right:3px;
	border: 1px solid #ADB1B5;
	list-style-type: none;
}

.anylinkcss ul li a{
	text-indent: 3px;
	text-decoration: none;
	text-indent: 5px;
	line-height:12px;
	color:#000;
	opacity: 1.0; /* For Newer Mozilla Browsers, Safari, and Opera */
	-moz-opacity: 1.0 /* For Older Mozilla Browsers, like Netscape Navigator */
	-khtml-opacity: 1.0; /* For Older Safari */
	filter: alpha(opacity=100); /* For IE */
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 4px;
	text-indent: 0px;
	margin:0px;
}

.anylinkcss a:hover{ /*hover background color*/
font-weight: bold;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #b4b8bc;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### 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: black;
visibility: hidden;
}