nav {
	font-family: ·L³n¥¿¶ÂÅé, Times New Roman; background-color: rgb(196, 105, 96);
}
ul {
	list-style: none; margin: 0px; padding: 0px;
}
ul.drop-down-menu {
	margin: -5px; font-size: 16px; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid; display: inline-block;
}
ul.drop-down-menu li {
	padding: 0px 18px; text-align: center; border-right-color: rgb(204, 204, 204); border-right-width: 1px; border-right-style: solid; white-space: nowrap; position: relative;
}
ul.drop-down-menu > li:last-child {
	border-right-color: currentColor; border-right-width: medium; border-right-style: none;
}
ul.drop-down-menu > li {
	float: left;
}
ul.drop-down-menu a {
	padding: 13px 18px; color: rgb(255, 255, 255); text-decoration: none; display: block;
}
ul.drop-down-menu a:hover {
	color: yellow;
}
ul.drop-down-menu li:hover > a {
	color: yellow;
}
ul.drop-down-menu ul {
	border: 1px solid rgb(204, 204, 204); border-image: none; left: -1px; top: 100%; position: absolute; z-index: 99; min-width: 134px; background-color: brown;
}
ul.drop-down-menu ul li {
	border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid;
}
ul.drop-down-menu ul li:last-child {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
ul.drop-down-menu ul {
	transition:opacity 0.3s; left: 99999px; opacity: 0; -webkit-transition: opacity 0.3s;
}
ul.drop-down-menu li:hover > ul {
	transition:opacity 0.3s; left: -1px; border-right-color: currentColor; border-right-width: 0px; border-right-style: none; opacity: 1; -webkit-transition: opacity 0.3s;
}
ul.drop-down-menu ul li:hover > ul {
	left: 90%;
}
