#navigationhome {
	font-family: Arial;
	color: #D62838;
	font-size: 1em;
	padding: 5px 5px 9px;
	font-weight: bold;
}
#navigationhome ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
#navigationhome li {
	display: inline;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-image: url(images/menugreen.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#navigationhome li a:link {
	color: #737301;
	text-decoration: none;
	background-image:  url(images/menugreen.gif);
	border: 0px none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#navigationhome li a:visited {
	color: #737301;
	text-decoration: none;
	background-image:  url(images/menugreen.gif);
	border: 0px none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#navigationhome li a:hover {
	color: #D62838;
	text-decoration: none;
	background-image:  url(images/menugreenflash.gif);
	border: 0px none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.blue {
	color: #00669A;
}
