
.main-nav {
	font-size: 1.1em;
	display: table;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	letter-spacing: 0.1em;
	width: 100%;
}


.main-nav ul {
	font-size: 0.9em;
	list-style-type: none;
	margin: 0;
	padding: 0;
/* 	overflow: hidden; */
}

.et-right a {
	color: #e87611;
}

.et-has-children {
	padding-top: 0.5em;
}

.et-submenu-option>a {
	display: inline-block;
	width: 100%;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-left: 1em;
	padding-bottom: 0.5em;
}

.et-submenu-header {
	padding-left: 0.5em;
	font-weight: bold;
}

.et-option, .et-last-option {
	display: none;
	padding-top: 0.5em;
}

.et-submenu {
	display: none;
}

.et-menu a {
	text-decoration: none;
}

.et-option>a:hover {
	text-decoration: underline;
}

.et-has-children:hover {
	cursor: default;
}

.et-option.et-expanded, .et-last-option.et-expanded, .et-submenu.et-expanded {
	display: block;
}

.nav-icon {
	float: right;
}
