#topNav .item {
	float: left;
	height: 41px;
	_width: 1px;
	_white-space: nowrap
}

#topNav .item.selected {
	background: url(../../../images/bg-menu-selected.png) repeat-x;
	_background: #393c39;
}

#topNav .item a {
	display: block;
	height: 29px;
	padding: 12px 15px 0 15px;
	color: #ffffff;
	text-decoration: none;
}

#topNav .item a:hover {
	text-decoration: underline;
}

#topNav .item.selected a:hover {
	text-decoration: none;
}
