.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/

}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: lightyellow;
	width: 200px;
	color: #3300CC;
	text-decoration: none;
	font: bold normal 12px Tahoma;
}

.anylinkmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #FF0000;
	text-decoration: none;
	font: bold 12px Tahoma;
}

.anylinkmenu ul li a{
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid black;
	text-decoration: none;
	text-indent: 5px;
	color: #FFDB6C;
	height: 20px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	font: normal 12px Tahoma;
}

.anylinkmenu a:hover{ /*hover background color*/
	color: #FFFFA6;
	background-color: white;
	background-image: url(images/menuhover.jpg);
	background-repeat: no-repeat;
	font: normal 12px Tahoma;
	text-decoration: none;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
	position: absolute;
	width: 350px;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background: #E9E9E9;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.anylinkmenucols li{
	padding-bottom: 3px;
	font: bold normal 12px Tahoma;
	color: #000000;
	text-decoration: none;
}

.anylinkmenucols .column{
	float: left;
	padding: 3px 8px;
	margin-right: 5px;
	background: #E0E0E0;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.anylinkmenucols .column ul{
	list-style-type: none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: 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: black;
	visibility: hidden;
	font: bold normal 12px Tahoma;
	color: #FFCC00;
	text-decoration: none;
}
