.anylinkcss
	{
		position:absolute;
		visibility: hidden;
		font: 10px Arial,san-serif;
		color: #4D4639;
		font-weight: normal;
		line-height: 16px;
		text-decoration: none;
		text-indent: 5px;
		border:none;
		border-bottom-width: 0;
		z-index: 60;
		background-color: #D7CEC3;
		width: 120px;
	}

.anylinkcss a
	{
		font: 10px Arial,san-serif;
		color: #4D4639;
		font-weight: normal;
		line-height: 16px;
		text-decoration: none;
		text-indent: 5px;
		width: 100%;
		display: block;
		border-bottom: none;
		padding: 1px 0;
	}

.anylinkcss a:link
	{
		font: 10px Arial,san-serif;
		color: #4D4639;
		font-weight: normal;
		line-height: 16px;
		text-decoration: none;
		text-indent: 5px;
		width: 100%;
		display: block;
		border-bottom: none;
		padding: 1px 0;
	}

.anylinkcss a:visited
	{
		font: 10px Arial,san-serif;
		color: #4D4639;
		font-weight: normal;
		line-height: 16px;
		text-decoration: none;
		text-indent: 5px;
		width: 100%;
		display: block;
		border-bottom: none;
		padding: 1px 0;
	}

.anylinkcss a:active
	{
		font: 10px Arial,san-serif;
		color: #4D4639;
		font-weight: normal;
		line-height: 16px;
		text-decoration: none;
		text-indent: 5px;
		width: 100%;
		display: block;
		border-bottom: none;
		padding: 1px 0;
	}

.anylinkcss a:hover
	{ /*hover background color*/
		background-color: black;
		color: white;
	}
	
.mnutxt
	{
		font: 10px Arial,san-serif;
		color: #666666;
		font-weight: normal;
		line-height: 16px;
		text-decoration: none;
		text-indent: 5px;
	}