@charset "UTF-8";
ul {
	list-style-type: none;
	letter-spacing: 0.1em;
	font-size: 24px;
	padding: 5px;
	margin-top: 0px;
	font-variant: small-caps;
}

ul a {
	display: block;
	width: 191px;
	height: 39px;
	line-height: 41px;
	color: #E5FFE9;
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: left bottom;
	text-indent: 25px;
	font-weight: bold;
	background-image: url(../img/pixy6.png);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
li {
	padding: 8px;
}

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

