#menuv {
	width: 211px;
	font:100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #0cf; 
	border-top: 0;
	background: #f4f4f4; 
	padding: 6px;
}
#menuv ul, li {
	list-style-type: none;
}

#menuv ul {
	margin: 0;
	padding: 0;
}

#menuv li {
	
}

#menuv a {
	text-decoration: none;
	display: block;
	padding: 0 0 1px;
	width: 211px;
	background: url(../images/nav-arrow2.jpg) no-repeat 0px 0; text-indent:19px;
	color: #09f; 
	margin:0;
	border-bottom: 1px dotted #9cf;
}

#menuv a:hover {
	background: #fff url(../images/nav-arrow2b.jpg) no-repeat 0px 0; text-indent:19px;
	color: #03f; 
	border-bottom: 1px dotted #03f;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	#menuv a {
	padding: 2px 0;

}
}
	