/* START OF CSS FOR ANYLINK MENU FROM DYNAMIC DRIVE */

.anylinkcss {
	position: absolute;
	visibility: hidden;
	border: 1px solid Maroon;
	font: normal xx-small Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: Silver;
	width: 200px;
}

.anylinkcss a {
	color: black;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid gray;
	font: normal xx-small Verdana;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

.anylinkcss a:hover {
	/*hover background color*/
	background-color: Silver;
	color: blue;
	text-decoration: none;
}

.navlist span {
/*	width: 265px; */
	font: normal xx-small Verdana;
	background-color: #FFFFFF;
	color: blue; /* Originally   ActiveCaption;       */
	line-height: 18px;
	padding-left: 5px;
	border: 0px solid gray;
}

.navlist a {
	color: Highlight; /* Originally   ActiveCaption;       */
	font: normal xx-small Verdana;
	padding: 1px 1px 1px 1px;
	text-decoration: none;
	font-weight: bold;
}

.navlist a:hover {
	/*hover background color*/
	background-color: #FFFFFF;
	color: blue;
	text-decoration: underline; /* Originally none; */
	font-weight: bold;
}

.rarrow {
	position: relative;
	left: 25px;
	font-family: Times New Roman;
	color: black !important;
}

/* END OF CSS FOR ANYLINK MENU FROM DYNAMIC DRIVE */