/* mapenv.com navigation styles  */


/* MAP Envioronmental Navigation Styles  - Last modified 9-11-07 */


	
/****** Right navigation column - unordered lists ************/

#rtnav a:hover { background-color: #FFFFFF;	}
 
#rtnav ul, li { font-family: Arial, Helvetica, sans-serif; }
	
#rtnav { 
	vertical-align: top;
	margin: 5px 0 0 0; 	
	padding: 0;
	width: 162px;	
	
	 }   /* container for rtnavigation  */  
	
#rtnav ul {
	margin: 0; /*important - required*/
	padding: 0; /*important - required*/
	list-style-type: none;	}   /* right column navigation unordered list */

#rtnav a { 
	background-color: #EAEACC;  /* palest green */ 
	display: block;
	width: 162px;
	padding: 7px 0 7px 0px; 
	border-bottom : 1px solid #b8b19a; /* med gray*/
	border-left : 1px solid #b8b19a;
	border-right : 1px solid #b8b19a;
	color: #225544;
	font-size: 90%;
	font-weight : bold;
	text-decoration: none;	}/* link */
	 
span.navselected { 
	background-color:  #536928; /* med dark green2 */
	display: block;
	width: 162px;
	padding: 7px 0px 7px 0px;
	border-bottom : 1px solid #C1C185; /* neutral gray green*/
	border-left : 1px solid #b8b19a;
	border-right : 1px solid #b8b19a;
	color: #EAEACC; /* palest green */ 
	font-size: 90%;
	font-weight : bold;
	text-decoration: none;
	}  
	
/****** END right navigation column -  unordered lists ************/	
	
	div.footer-nav { 
	font-size :  70%; 
	color : #333333; 
	font-weight : bold; 
	text-align : center;
	margin-top : 40px; }
   
   div.to-top-nav { 
	font-size :  65%; 
	text-align : right;
	margin-bottom : 20px; }