
/* Navigation Bar */
#nav {
	font-family:  "Trebuchet MS", "Trebuchet", Helvetica, Verdana, Sans-Serif;
	background-color: #d8d5ce;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border-bottom: 1px solid #545d24;
	position: relative;
	}
#nav .b {
	color: #d8d5ce;
	font-weight: bold;
	font-size: 9px;
	}
#nav ul.top {
	font-family:  "Trebuchet MS", "Trebuchet", Helvetica, Verdana, Sans-Serif;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
   background-color: #a0a13b;
   color: #545d24;
   cursor: default;
   left: 0px;
   margin: 0px;
   padding: 0px 6px 0px 6px;
   position: relative;
   text-decoration: none;
   top: 0px;
   z-index: 100;
   border-bottom: 4px solid #545d24;
  	}
#nav ul.top li {
	display: inline;
	}
#nav ul.top li a {
	padding: 0px 10px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #000;
	text-decoration: none;
	color: #d8d5ce;
	font-size: 80%;
	}
#nav ul.top li a.active {
   background-color: transparent;
	color: #000;
	font-size: 80%;
	}
#nav ul.top li a:hover {
  background-color: #d8d5ce;
  color: #000;
  font-size: 80%;
  }
#nav ul.bot {
	display: block;
	position: relative;
   background-color: #d8d5ce;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 10px;
	line-height: 14px;
	height: 16px;
	}
#nav ul.bot li {
	position: absolute;
	display: inline;
	visibility: hidden;
	font-family:  "Trebuchet MS", "Trebuchet", Helvetica, Verdana, Sans-Serif;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	color: #545d24;	}
#nav ul.bot li.active {
	visibility: visible;
	}
#nav ul.bot li a {
	color: #545d24;
	text-decoration: none;
	padding: 0px 12px;
	}
#nav ul.bot li a:hover {
	background-color: #a0a13b;
   color: #000;
	text-decoration: none;
	}
#dnrfooter {
margin: auto;
text-align: center;
width: 100%;	
}		
