/* CSS Document */


.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 200;
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 8px;
	width: 80px;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 200;
	color: #ffffff;
	text-decoration: none;
	background-color: #252525;
	display: block;
	padding: 8px;
	width: 80px;
}

