.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: lighter;
	text-decoration: none;
	background-color: #EEEEDF;
	display: block;
	padding: 8px;
	width: 116px;
	text-align: center;
	border-bottom-color: #dadabc;
	border-bottom-style: ridge;
	border-bottom-width: thin;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #DADABC;
}

.navigation:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: lighter;
	text-decoration: none;
	background-color: #dadabc;
	display: block;
	padding: 8px;
	width: 116px;
	text-align: center;
}

.navigation_current {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bolder;
	text-decoration: none;
	background-color: #EEEEDF;
	display: block;
	padding: 8px;
	width: 116px;
	text-align: center;
	border-bottom-color: #dadabc;
	border-bottom-style: ridge;
	border-bottom-width: thin;
	border-right-width: 16px;
	border-right-color: #DADABC;
	border-right-style: solid;
