@import url ("green_navigation.css");/* CSS Document */



.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 150px;
	background-color: #FF0000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-position: top;
}



.navigation:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	background-color: #0099FF;



	display: 
	padding: 8px;
	width: 150px;
	text-align: center;
	vertical-align: top;



	border: thick groove #000000;
	background-position: top;
	list-style-image: url(paw3111.gif);
	list-style-position: outside;
}
