/* CSS Document */

.navigation {
	color: #FFFF55;
	font-size: 18px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	padding: 8px;
	background-color: #CC3300;
	display: block;
	border: 3px outset #DEDEDE;
	margin-top: 8px;
	width: 140px;
	text-align: center;
	vertical-align: middle;
}

.navigation:hover {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	padding: 8px;
	background-color: #B1B1B1;
	display: block;
	margin-top: 8px;
	width: 140px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
