#menuv {
	background: #87C5EC;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 140px;
}
#menuv li {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menuv a {
	background: #87C5EC;
	border-bottom: 1px solid #393939;
	color: #000000;
	display: block;
	margin: 0;
	padding: 1px 1px;
	text-decoration: none;
	font-weight:normal;
}
#menuv a:hover {
	background: #3C281D url("images/hover2.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 1px;
	font-weight:bold;
}