#divNav ul, #divNav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#divNav a:link, #divNav a:visited {
	display: block;
	width: 171px;
	padding-left: 30px;
	color: #576220;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 1.8em;
	padding-top: 1px;
}
.navGrn a:link, .navGrn a:visited {
	background-image: url(../images/nav-grn.gif);
	background-repeat: no-repeat;
	background-color: #ECFADA;
}
.navGrn a:hover {
	background-image: url(../images/nav-grn-ro.gif);
	background-repeat: no-repeat;
}
.navBge a:link, .navBge a:visited {
	background-image: url(../images/nav-bge.gif);
	background-repeat: no-repeat;
	background-color: #EDF0DD;
}
.navBge a:hover {
	background-image: url(../images/nav-bge-ro.gif);
	background-repeat: no-repeat;
}
.navBlue a:link, .navBlue a:visited {
	background-image: url(../images/nav-blue.gif);
	background-repeat: no-repeat;
	background-color: #DDF2F6;
}
.navBlue a:hover {
	background-image: url(../images/nav-blue-ro.gif);
	background-repeat: no-repeat;
}
.navOrg a:link, .navOrg a:visited {
	background-image: url(../images/nav-org.gif);
	background-repeat: no-repeat;
	background-color: #F4F7D3;
}
.navOrg a:hover {
	background-image: url(../images/nav-org-ro.gif);
	background-repeat: no-repeat;
}
