.hefe-menu-style-03 {
	display: block;
}

.hefe-menu-style-03 .hefe-menu-down-arrow {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	padding: 15px 18px;
	width: 54px;
	cursor: hand;
	cursor: pointer;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3D3D3;
	text-align: center;
	font-size: inherit;
}

.hefe-menu-style-03 .hefe-menu-down-arrow:hover {
	opacity: 0.7;
}

.hefe-menu-style-03 .hefe-menu-down-arrow:before {
	content: "▸";
	display: inline-block;
	color: #D3D3D3;
}

.hefe-menu-style-03 ul li.current-menu-item > .hefe-menu-down-arrow:before,
.hefe-menu-style-03 ul li.current-menu-ancestor > .hefe-menu-down-arrow:before,
.hefe-menu-style-03 ul li.current-menu-parent > .hefe-menu-down-arrow:before,
.hefe-menu-style-03 .hefe-menu-down-arrow.active:before {
	content: "▾";
	display: inline-block;
}

.hefe-menu-style-03 ul li.current-menu-item > .hefe-menu-down-arrow.inactive:before,
.hefe-menu-style-03 ul li.current-menu-ancestor > .hefe-menu-down-arrow.inactive:before,
.hefe-menu-style-03 ul li.current-menu-parent > .hefe-menu-down-arrow.inactive:before,
.hefe-menu-style-03 .hefe-menu-down-arrow.inactive:before {
	content: "▸";
	display: inline-block;
}

.hefe-menu-style-03 ul {
	margin: 0;
	padding: 0px;
	float: left;
	width: 100%;
	position: relative;
	list-style: none;
	background: #333333;
}

.hefe-menu-style-03 > ul {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D3D3D3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3D3D3;
}

.fullwidth .hefe-menu-style-03 > ul {
	border-left-width: 0px;
	border-right-width: 0px;
}

.hefe-menu-style-03 ul.sub-menu {
	display: none;
}

.hefe-menu-style-03 ul li {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
	z-index: 1;
}

.hefe-menu-style-03 ul li:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3D3D3;
}

.hefe-menu-style-03 ul li.current-menu-item > ul,
.hefe-menu-style-03 ul li.current-menu-ancestor > ul, 
.hefe-menu-style-03 ul li.current-menu-parent > ul {
	display: block;
}

.hefe-menu-style-03 ul li ul li:last-child {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
}

.hefe-menu-style-03 ul li a {
	position: relative;
	padding: 15px 18px;
	font-size: 14px;
	margin: 0px;
	text-decoration: none;
	width: 100%;
	float: left;
	text-indent: 0;
	cursor: hand;
	cursor: pointer;
}

.hefe-menu-style-03 ul li ul li:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #afafaf;
}

.hefe-menu-style-03 ul li > ul li:before {
	opacity: 0.1;
}

.hefe-menu-style-03 ul li > ul li > ul li:before {
	opacity: 0.2;
}

.hefe-menu-style-03 ul li > ul li > ul li > ul li:before {
	opacity: 0.3;
}

.hefe-menu-style-03 ul li > ul li > ul li > ul li > ul li:before {
	opacity: 0.4;
}

.hefe-menu-style-03 ul li > ul li > ul li > ul li > ul li > ul li:before {
	opacity: 0.5;
}

.hefe-menu-style-03 ul li > ul li > ul li > ul li > ul li > ul li > ul li:before {
	opacity: 0.6;
}

.hefe-menu-style-03 ul li.menu-item-has-children > a{
	padding-left: 72px;
}

.hefe-menu-style-03 ul li a:hover {
	opacity: 0.7;
}