nav {
	text-align: center;
}

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}


nav ul {
	list-style: none;
	position: relative;
	display: inline-table;
	margin-left: 10px;
}

	nav ul li {
		float: left;
		padding-bottom: 4px;
		color: white;
	}
	
		nav ul ul li:hover a {
			color: black !important;
		}

			nav ul ul li:hover a {
				color: black;
			}

			nav ul ul li:hover {
				color: black;
				background-image: url('../images/dropdownarrowblackpad.jpg');
				background-position: center right;
				background-repeat: no-repeat;
			}

			nav ul ul ul li:hover {
				color: black;
				background-image: none;
			}
						
			nav ul li:hover a {
				color: black;
			}

			nav ul li:hover li a {
				color: white;
			}
		
		nav ul li a {
			display: block; 
			font-family: 'Montserrat-Light', Geneva, Tahoma, sans-serif;
			padding: 0px 12px 0px 12px;
			font-size: 14px !important;
			margin: 0px;
			color: #838383;
			text-decoration: none;
		}
			
		
	nav ul ul {
		background: #838383; 
		border-radius: 0px; 
		padding: 0;
		position: absolute; 
		top: 100%;
		border-top: 5px solid #c1a55b;
	}
		nav ul ul li {
			float: none; 
			position: relative;
			padding-bottom: 0px;
			background-image: url('../images/dropdownarrowwhitepad.jpg');
			background-position: center right;
			background-repeat: no-repeat;
		}

			nav ul ul ul li {
				float: none; 
				position: relative;
				padding-bottom: 0px;
				background-image: none;
			}

			nav ul ul li {
				width: 200px !important;
				color: #fff;
				text-align: left;
			}

			nav ul ul li a {
				padding: 5px 10px;
				width: 140px !important;
				color: #fff;
				text-align: left;
			}	

				nav ul ul li a:hover {
					color: black;
				}
		
	nav ul ul ul {
		position: absolute; 
		left: 100%; 
		top: -5px;
		margin-left: 3px;
	}
	
		nav ul li ul li ul a {
			width: 170px !important;
		}	
