		/*   - - - - - - - - - - - - - - - - - - - - - - - - -
			name         : nav_hor.css
						 : horizobtial navigation bar
			version      : 090415 
			for          : Marine Corps Leauge of Ohio
			author       : Donald Wilke
			copyright    : (c) 2009 
			validated	 : 15 April 2009
		 - - - - - - - - - - - - - - - - - - - - - - - - - - */    

#nav_horz {
	font-size: 1em;
	text-align: center; }	


#nav {
	margin: 7px 0px 7px 0px;
	padding: 0;
	background: #ff0000  /* red */;
	list-style-type: none;
	margin-left: auto;		/* to center table */
	margin-right: auto;    }		/* to center table */

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	margin-left: auto;		/* to center table */
	margin-right: auto;
	width: 123px;   }		/* to center table */ 
		  
#nav ul img {
	text-align: center;
	text-decoration: none;
	border: none;      }		/* to center table */	  

#nav a {
	float: left;
	width: 122px;
	color: #0000FF;  /*  */
	text-decoration: none;
	line-height: 2.5;
	text-align: center;     }

#nav #nav_non a 
		{ border: none; } 

#nav a:hover 
	{background: #cc0000; /* Dim Gray */
	color: #FFff00;       }

#div_one #nav_one a, 
#div_two #nav_two a, 
#div_thr #nav_thr a, 
#div_fou #nav_fou a, 
#div_fiv #nav_fiv a,
#div_six #nav_six a,
#div_sev #nav_sev a,
#div_eig #nav_eig a,
#div_non #nav_non a
       {
	background: #0000ff;  /* blue  */
	color: #FFFF00;       /* yellow */
	font-weight: bold;   }
	
#nav_table { width: 100%;   }

.nav_table_cell {width: auto;  }

