.menuv ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 150px;
}
.menuv li {
	position: relative;
	background-color: #fcf8e3; /* fcf8e3; fcf3d0; fef8e2; */
	height: 23px;
}

.menuv a, .menuv a:visited {
	color: #005d86; /* 006233; 006699 */;
	display: block;
	text-decoration: none;
	height: 22px;
	line-height: 22px;
	width: 150px;
	text-indent: 10px;
	border: 1px #d4d8bd solid;
	border-width: 0 0 1px 0;
}
* html .menuv a:hover {
	color: #005d86;
	display: block;
	text-decoration: none;
	height: 22px;
	line-height: 22px;
	width: 150px;
	background-color: #faeaa9; /* f9e699; fdfaef; faeaa9; */
}
.menuv :hover > a {
	color: #005d86;
	display: block;
	text-decoration: none;
	height: 22px;
	line-height: 22px;
	width: 150px;
	background-color: #faeaa9; /* f9e699; fdfaef; faeaa9; */
}
a {
	text-decoration: none;
}
