/* CSS Document */

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	background-color: #FFCC00;
	display: block;
	padding: 8px;
	width: 120px;
}


.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	background-color: #FFFFCC;
	display: block;
	padding: 8px;
	width: 120px;
}