.CYMenu {
	position: absolute;
	visibility: hidden;
	border-top: 1px solid black;
  border-bottom: 1px solid black;
	font: normal 11px Arial;
	/*line-height: 18px;*/
	z-index: 200;
	background-color: #FFFFFF;
	width: 275px;
}

.CYMenu a {
	width: 100%;
	display: block;
	text-indent: 3px;
  border-right: 1px solid #002A76;
  border-left: 1px solid #002A76;
	padding: 1px 0;
	font: normal 11px Arial;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #158800;
}

.CYMenu a:visited {
  width: 100%;
  display: block;
  text-indent: 3px;
  border-right: 1px solid #002A76;
  border-left: 1px solid #002A76;
  padding: 1px 0;
  font: normal 11px Arial;
  text-decoration: none;
  font-weight: bold;
  text-indent: 5px;
  color: #158800;
}

.CYMenu a:hover { /*hover background color*/
	background-color: #EEEDD9;
	color: #C94114;
  font: normal 11px Arial;
  font-weight: bold;
}

