		/*   - - - - - - - - - - - - - - - - - - - - - - - - -
			name         : nav_hor.css
						 : horizobtial navigation bar
			version      : 080403  15:30
			for          : Division 6, Mid-Central Region
						 : National Model Railroad Assication
			author       : Donald Wilke
			copyright    : (c) 2008 
			validated	 : 20 March 2008; 14:15
		 - - - - - - - - - - - - - - - - - - - - - - - - - - */    

#nav { margin: 10px 0px 10px 10px;
       padding: 0;
       background: #6f6146  /* brown */;
       list-style-type: none;
       width: 767px;
       float: left;   /* Contain floated list items */ }

#nav li { margin: 0;
          padding: 0;
          float: left;  }

#nav a { float: left;
         width: 127px;
         color: #c0c0c0;  /* silver */
		 text-decoration: none; 
         line-height: 2.5;
		 text-align: center;
         border-right: 1px solid #c0c0c0;  }

#nav #nav_non a 
		{ border: none; } 

#nav a:hover 
		{ background: #696969; /* Dim Gray */    }

#div_act #nav_act a, 
#div_cli #nav_cli a, 
#div_tou #nav_tou a, 
#div_reg #nav_reg a, 
#div_for #nav_for a,
#div_non #nav_non a
       { background: #fafad2;  /* light golden rod  */
         color: #1a1303;
         font-weight: bold; }
