/* CSS Document */

.navigation {
		background-color: #006600;

}

.navigation:hover {
	background-color: #00FF00;

}

