#v3menu {
	background: #000;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 14em;
}
#v3menu li {
	font: 100% "Arial, Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#v3menu a {
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #444;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#v3menu a:hover {
	background: #db7614 url("v3menu.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}