/*=============================

armor
MENU styles


site design and build by
Ben Manson of 3blindmice
nov 09


=============================== */


/* -------------- MENU -------------------- */

div#menu {
	}
	
	ul#nav {
		margin-left: 230px;
		}
		
			#nav li {
				float: left;
				}
			
			#nav a {
				font-size: 1.6em;
				padding: 18px 8px 24px 8px;
				margin-top: 16px;
				color: #000;
				width: 100%;
				display: block;
				cursor: pointer;
				outline: none;
				border: none;
				min-width: 60px;
				max-width: 115px;
				text-align: center;
				}
				
				#nav li a:hover {
					cursor: pointer;
					color: #C50000;
					}
					
					#nav_1 a, #nav_5 a, #nav_6 a {
						margin-top: 24px;
						}
					
				#nav a#active {
					color: #C50000;
					background: url(../images/crosshair.gif) no-repeat 80% 0;
					}
					
								
