.navigation {
	position: relative;
	z-index: 1;
}

.navigation ul {
	margin: 0;
	padding: 0;
}

.navigation ul li {
	position: relative;
	left: -150px;
	display: block;
	width: 200px;
	height: 50px;
	color: #191919;
}

.navigation-link {
	display: block;
	padding-left: 1em;
	font-size: 1.5em;
	line-height: 50px;
	text-decoration: none;
	color: #eeeeee;
}

.navigation-item {
	background: #cccccc url(../images/arrow-transparent.png) no-repeat top right;
}
/*Menu Color Classes*/
.one {
	background-color: #C8CB32;
}

.two {
	background-color: #93B23B;
}

.three {
	background-color: #508E5D;
}

.four {
	background-color: #425C69;
}

.five {
	background-color: #66807F
}
