	
	/* =Reflection Nav
	-------------------------------------------------------------------------- */
		
		#nav-reflection {
			margin: 12px auto 0;
			padding: 100px 0 0 0;
			width: 527px;
			min-height: 130px;
			background: #564940;
			list-style: none;
			}
		#nav-reflection li {
			margin-right: 19px;
			width: 86px;
			float: left;
			}
		#nav-reflection a, #nav-reflection a:visited, #nav-reflection a:hover {
			width: 86px;
			height: 28px;
			text-indent: -9999px;
			overflow: hidden;
			background: url('images/social.png') no-repeat;
			display: block;
			}
		#nav-reflection span {
			margin-top: 1px;
			width: 86px;
			height: 28px;
			text-align: center;
			background: url('images/social_reflextion.jpg') no-repeat;
			display: block;
			}
			
		/* Button Colors */
		
		#nav-reflection li.button-color-1 a {
			background-position: -3px -3px;
			}
		#nav-reflection li.button-color-2 a {
			background-position: -105px -3px;
			}
		#nav-reflection li.button-color-3 a {
			background-position: -211px -3px;
			}
		#nav-reflection li.button-color-4 a {
			background-position: -316px -3px;
			}
		#nav-reflection li.button-color-5 a {
			background-position: -422px -3px;
			}
			
		/* Button Reflection Color */
		
		#nav-reflection li.button-color-1 span {
			background-position: 0 0;
			}
		#nav-reflection li.button-color-2 span {
			background-position: -105px 0;
			}
		#nav-reflection li.button-color-3 span {
			background-position: -211px 0;
			}
		#nav-reflection li.button-color-4 span {
			background-position: -316px 0;
			}
		#nav-reflection li.button-color-5 span {
			background-position: -422px 0;
			}
			
			
	