/* Basic layout */
	

		header {
			  background: #fff url("../../Fairfield-Glades-theme/images/club-images/top-header-pat.jpg") repeat scroll 0 0;
			  position: relative;
			  width: 100%;
			  z-index: 2;
			}
/* 
			header a{
				color: #969696;
				text-decoration: none;
				font-family: 'Amaranth', sans-serif;
				text-transform: uppercase;
			}

			header a.active, header a:hover{
				color: #3d3d3d;
			}

			header li{
				margin-right: 30px;
			} */

			/* Sizes for the bigger menu */
/* 			header.large{
				height: 110px;
			} */

			header.large img{
				/* width: 240px; */
				/* margin-top: 12px; */
			/* 	height: 134px; */
			}

			header.large li{
				margin-top: 45px;
	
			}
			

			/* Sizes for the smaller menu */
			header.small{ 
				height: 80px; 
			}

			header.small img{ 
				width: 100px; 
				/* height: 63px;  */
				/* margin-top: -10px;  */
			}

			header.small li{ 
				margin-top: 17px; 
			}
			header.small nav{ 
				margin-top: 3px; 
			}
			header.large nav{ 
				margin-top: 22px; 
			}