
		
		.nav-reflection {
			padding: 10px 0 0px 50px;
			min-height: 130px;
			background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,0) 100%); 
			}
			
		.nav-reflection dd {
			margin-right: 10px;
			width: 120px;
			float: left;
			}
			
		.nav-reflection a, .nav-reflection a:visited, .nav-reflection a:hover {
			width: 120px;
			height: 50px;
			overflow: hidden;
			background:-moz-linear-gradient(top, rgba(149,149,149,1) 0%, rgba(13,13,13,1) 46%, rgba(1,1,1,1) 50%, rgba(10,10,10,1) 53%, rgba(78,78,78,1) 76%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%); /* FF3.6+ */ 		
			display: block;
			box-shadow: 1px 1px 1px #fff;
			border-top: 1px solid #000;
			border-radius: 15px;
			-moz-border-radius: 15px;
			-webkit-border-radius: 15px;
			text-decoration:none;
			color: #fff;
			text-align: center;
			padding-top: 20px;
			}
			
		.nav-reflection span {
			margin-top: 1px;
			width: 120px;
			height: 34px;
			text-align: center;
			background: -moz-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
			display: block;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			}