.CYMenu {
	position: absolute;
	visibility: hidden;
	border: 2px solid #B8AEA7;
	border-bottom-width: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	z-index: 100;
	background-color: #D3CBC5;
	width: 95px;
	margin-left: -2px;
}

.CYMenu a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 2px solid #B8AEA7;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #001D61;
	text-align: center;
}

.CYMenu a:hover { /*hover background color*/
	background-color: #D3CBC5;
	color: #FF5700;
}

