@charset "UTF-8";
ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1%;
	overflow: visible;
	letter-spacing: 0.1em;
	font-family: Helvetica, Arial, sans-serif;
}

ul a {
	display: block;
	width: 200px;
	height: 39px;
	line-height: 39px;
	color: #999999;
	text-decoration: none;
	background-image: url(../CSSfunTEST/pixyRollover3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: 45px;
}
li.first a {
	height: 40px;
	line-height: 40px;
}

a:hover, .selected a {
	background-position: right bottom;
	color: #FFFFFF;
}
