.toggleMenu {
	display: none;
	/* background: #337ab7; */
	padding: 10px 15px;
	color: #fff;
	margin-top: 10px;
}
.nav {
	list-style: none;
 *zoom: 1;
	float: right;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
	width: 9em;
}
.nav a {
	padding: 12px 10px !important;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #040404;
	text-transform: uppercase;
	text-decoration: none;
	font-style: normal;
	margin: 12px 0px;
}
.nav > li:hover > a, .nav > a:hover, .nav > li:hover > a, .nav > a:hover {
	 
	color: #d41d24;
	background: url("../images/menue-active.png") bottom center no-repeat;
}
.active a {
	/* border-bottom: solid 3px #e51925; */
	color: #d41d24;
	background: url("../images/menue-active.png") bottom center no-repeat;
}
.nav li {
	position: relative;
}
.nav > li {
	float: left;/* border-top: 1px solid #104336; */
}
.nav > li > .parent {
	background-image: url("../images/downArrow.png");
	background-repeat: no-repeat;
	background-position: right 7px center;
	padding-right: 20px;
}
.nav > li > ul > li > .parent {
	background-image: url("../images/right-arrow.png");
	background-repeat: no-repeat;
	background-position: right;
}
.nav > li > a {
	display: block;
}
.nav li ul {
	position: absolute;
	left: -9999px;
	width: 250px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px !important;
	background: #fff;
	border-top: solid 3px #e51925;
	z-index: 1000000000000;
	box-shadow: 0px 0px 4px #ccc;
	border-radius: 0px 0px 4px 4px;
	top:10px;
}
.nav > li.hover > ul {
	left: 0;
	top: 50px;
}
.nav li li.hover ul {
	left: 100%;
}
.nav li ul li a {
	 
	padding: 4px 15px !important;
}



.nav li li a {
	border-radius: none;
	box-shadow: none;
	display: block;
	border: none;
	margin: 0px;
	position: relative;
	text-transform: none;
	color: #000;
	font-size: 14px;
	padding: 6px 15px;
}
.nav li li a:hover {
	border: none !important;
	text-decoration: none;
	color: #ab241a;
}
.nav li li:hover > a {
	color: #ab241a;
}
.nav li li li a {
	z-index: 1000000000000;
}
@media screen and (max-width:991px) {
.nav {
	list-style: none;
 	*zoom: 1;
	float: none;
	padding-left: 0px;
}
.toggleMenu {
	display: none;
	background: url(../images/navigation-bar.png) right 9px no-repeat;
	padding: 10px 15px;
	text-decoration: none;
	font-style: normal;
	text-transform: uppercase;
	float: right;
	color: #fff;
	margin-top:10px;
	position: relative;
	height: 35px;
}
.nav {
	display: inline-block;
	background: #fff;
	width: 100%;
	margin-bottom: 10px !important;
	box-shadow: 0px 0px 4px #e5e5e5;
}

 
.nav li:hover, .nav li.active {
	list-style: none;
	position: relative;
	text-decoration: none;
	color: #fff;
	background: none;
	z-index: 1000000000;
}
.nav > li:hover > a, .nav > a:hover, .nav > li:hover > a, .nav > a:hover {
	border-bottom: solid 3px #e51925;
	cdeolor: #e51925;
	background: none;
}
.active a {
	border-bottom: solid 3px #e51925;
	cdeolor: #e51925;
	background: none;
}
.nav li ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	 
}
.nav a {
	color: #404650;
	padding: 8px 0px 8px 12px;
	border: none;
	margin: 0px;
	border-radius: 0px;
	border: none;
	box-shadow: none;
	border-bottom: solid 1px #f4f4f4;
}
.active {
	display: block;
}
.nav > li {
	float: none;
}
.nav > li > .parent {
	background-position: 97% 50%;
}
.nav li li .parent {
	background-image: url("../images/downArrow.png");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
.nav > li > ul > li > .parent {
	background-image: url("../images/downArrow.png");
	background-repeat: no-repeat;
	background-position: right;
}
.nav ul {
	display: block;
	width: 100%; 
}
.nav > li.hover > ul, .nav li li.hover ul {
	position: static;
}
.nav > li:hover > a, .nav > a:hover, .nav > li li:hover > a, .nav > a:hover {
	border-bottom: solid 1px #f4f4f4;
	color: #ee001a;
}
}
