#navigation {
	width: 100%;
	float: left;
	}
	#navigation .category {
		margin-bottom: 20px;
	}
	#navigation .category + .category {
		border-top: 1px solid #aaa;
	}
	#navigation .category label,
	#features label {
		font-family: Deja Vu, Arial, sans serif;
		font-size: 11pt;
		letter-spacing: 0px;
		font-weight: 600;
		text-transform: uppercase;
		color: #aaaaaa;
		padding: 3px 0 5px 0;
		display: block;
		}
		#navigation .category label a {
			color: #aaaaaa;
			text-decoration: none;
			}
	#navigation .category p {
		color: #777;
	}
	#navigation .category img {
		float: left;
		max-width: 60px;
		padding-right: 5px;
		}
		
	#navigation h2 {
		color: black;
	}
