nav {
	/* margin: 35px 0; */
	/* background-color: #FF4649; */
	background-color: #f1f1f1;
	color: #484848;
}

nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}	

nav ul li:hover {
	background-color: #914346;	
}

nav ul li {
	display:inline-block;
	/* background-color: #FF4649; */
	border-right: 1px dotted #cccccc;
}

nav ul li a {
	color: black;
	text-decoration: none;
}

nav ul ul li a {
	color: white;
}

nav a {
	display: block;
	/* padding: 0 10px;	 */
	color: white;
	font-size: 20px;
	line-height: 50px;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	/* font-size: 20px; */
}

nav a:hover { 
	background-color: #914346; 
	color: white;
	text-decoration: none;
}

nav ul ul {
	display: none;
	position: absolute; 
	top: 50px; 	
	z-index: 999;
}

nav ul ul li {
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
	
nav ul li:hover > ul {
	display:inherit;
}
	
nav ul ul li {
	/* width:230px; */
	float:none;
	display:list-item;
	position: relative;
	/* background-color: #732b2e;	 */
	color: #fff;
	/* padding-right: 15px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px; */
	font-size: 18px;
	/* width:100%; */
	text-decoration: none;
	/* display: block; */
	white-space:nowrap;
	background-color: #732b2e;
	border-bottom: 1px solid #aa686a;
}

nav ul ul ul li {
	position: relative;
	top:-50px; 
	left:230px;
}

nav ul ul li {
	/* border: 1px solid white; */
}
	
/* li > a:after { content:  ' ▼'; } */
li > a:only-child:after { content: ''; }