/* CSS Document */

.navigation {
	font-family: Papyrus;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000033;
	display: block;
	padding: 8px;
	width: 80px;
}

.navigation:hover {
	font-family: Papyrus;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color:#666666;
	color: #000033;
	display: block;
	padding: 8px;
	width: 70px;
{

