@charset "utf-8";
/* CSS Document */
.navigation {
	font-family: "Century Gothic", sans-serif, Helvetica;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 10px;
	width: 210px;
	text-indent: 5px;
}


.navigation:hover {
	font-family: "Century Gothic", sans-serif, Helvetica;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FF8533;
	text-decoration: none;
	background-color: #595959;
	display: block;
	padding: 10px;
	width: 210px;
	text-indent: 5px;
}

