.navigation {
	clear: both;
	margin: 8px;
	padding-bottom: 5px;
}

.navigation ul {
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

.navigation ul li {
	cursor: pointer;
	width: 140px;
	list-style-type: none;
	background-color: #336699; 
	border-radius: 10px;
	box-shadow: 3px 3px 10px 2px #AAA;
	display: inline-block;
	padding: 5px;
	text-align: center;
}

.navigation ul li a {
	font-weight: normal;
 	font-size: 14px;
	color: white;
}

.more {
	float:right;
}

#back {
	width: 20px;
}