
/* drop down menus */
	.anylinkmenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 100;
	width: 170px;
	font-family: Arial;
	font-size: 12px;
	background-color: #ffffff;
	text-decoration:none;
	margin-top: 0px;
	margin-left:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
					}

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

	.anylinkmenu ul li a	{
		width: 100%;
		display: block;
		text-indent: 3px;
		border-bottom: 1px solid #cccccc;
		padding: 4px 0;
		text-decoration: none;
		text-indent: 5px;
		font-family: Arial;
		font-size: 12px;
		color: #000000;
		text-decoration:none;
							}

/* hover color */
	.anylinkmenu a:hover	{
	color: #5a79b7;
	text-decoration:none;
	background-color: #e7e7e7;
							}

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

/* Shadow class */
	.anylinkshadow	{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	visibility: hidden;
	text-decoration:none;
	margin-top: 0px;
	margin-left:0px;
					}
