@charset "utf-8";
/* CSS Document */
/* ------------------ navFooter ------------------------ */
#navFooter {/*This is the Horizontal Navigation Menu. Use this to avoid applet problems in the browser.*/
	position: relative;
	margin: 0;
	top: 18px;
	/*right: 0px;*/
	padding: 10px 0 10px 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 0.7em;
	text-align: right;
	right: 0px;
}
#navFooter ul { /*Removes the bullets from the menu*/
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
}
#navFooter li {
	display: inline;
	margin: 4px;
	padding-right:2px;
	padding-left:2px;
	color: #FFFF00;
}
#navFooter ul li a {
	text-decoration:none;
	padding-right: 2px;
	padding-bottom: 18px;
	color: #FFFF00;
}
#navFooter ul li a:hover {
	color: #FFFFFF;
}
