@charset "utf-8";
/* CSS Document */


#nav1BG {
	height: 25px;
	background-color: #297BBF;
	background-image: url(../image/navBG.png);
	background-repeat: no-repeat;
	background-position: center;
}

#nav1BG  #nav1 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #54b948;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	font-variant: small-caps;
}
#nav1BG #nav1 a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav1BG #nav1 a:hover {
	color: #acd69c;
	text-decoration: none;
}
#nav1BG #nav1 a:visited {
	text-decoration: none;
}
#nav1BG #nav1 a:active {
	text-decoration: none;
}

