#leftNav .item {
	display: block;
	float: left;
	clear: both;
	width: 143px;
	height: 18px;
	padding: 4px 0 0 25px;

	color: #ffffff;
	text-decoration: none;
}

#leftNav .item:hover, #leftNav .item.selected {
	text-decoration: underline;
}
