.nacontainer {
	font-size: .8em;
	width: 170px;
}
.navcontainer ul {
	font-family: "Bookman Old Style", Verdana;
	font-size: .75em;
	margin-left: 5px;
	color: #000000;
	font-weight: bold;
	list-style: none;
}
.navcontainer a {
	display: block;
	height: 23px;
	font-weight: bold;
	margin-top: 5px;
	padding-top: 7px;
	padding-left: 7px;
	width: 175px;
}
.navcontainer a:link {
	font-size: 1.15em;
	background-image: url(../images/buttonNavGrn.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #000;
}
.navcontainer a:visited {
	color: #000000;
	background-image: url(../images/buttonNavGrn.gif);
	font-size: 1.15em;
	font-weight: bold;
	background-repeat: no-repeat;
}
.navcontainer a:active {
	color: #000000;
}
.navcontainer a:hover {
	font-family: "Bookman Old Style", Verdana;
	color: #000000;
	background-image: url(../images/buttonHovGrn.gif);
	background-repeat: no-repeat;
}
.current {
	background-image: url(../images/buttonCurrentGrn.gif);
}

.nav_green_pages ul {
	font-family: "Bookman Old Style", Verdana;
	font-size: 1em;
	padding-top: 5px;
	padding-left: 8px;
	list-style: none;
	line-height: 1.1em;
}

.nav_green_pages ul a:link {
	color: #008000;
	font-weight: bold;
}

.nav_green_pages ul a:visited {
	color: #008000;
	font-weight: bold;
}

.nav_green_pages ul a:hover {
	text-decoration: underline;
}

.nav_green_pages ul a:active {
	color: #008000;
	font-weight: bold;
}


