.subNav .item {
	clear: both;
	float: left;
}

.subNav .item a {
	display: block;
	float: left;
	width: 210px;
	height: 25px;
	padding: 4px 0 0 15px;
	margin: 0 0 7px 0;
	background: url(../../../images/bg-subnav-item.jpg) no-repeat;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.subNav .item a:hover, .subNav .item a.selected {
	color: #bdd500;
}