#mainNav a {
	display: block;
	float: left;
	width: 95px;
	height: 17px;
	padding: 7px 0 0 0;
	background: url(../../../images/bg-menu-item.png) no-repeat;
	color: #ffffff;
	font-size: 1.1em;
	text-align: center;
	text-decoration: none;
}

#mainNav a:hover, #mainNav a.selected {
	background-position: 0 -24px;
}
