body, nav, ul, li, a {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
.toggleMenu {
	position: absolute;
	display: none;
	background: #f7921c;
	padding: 10px 15px;
	color: #fff;
	z-index: 9999999999!important;
	top: 17px;
	left: 10px;
}
.nav { 
	float: right;
	list-style: none;
 *zoom: 1;
}
.nav:before,  .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
	
}
.nav a {

}
.nav li {
	position: relative;
}
.nav > li {
	float: left;
	background: url(../images/line.jpg) repeat-y;
}
.nav > li > .parent {
	background-image: url("images/downArrow.png");
	background-repeat: no-repeat;
	background-position: right;
}
.nav > li > a { padding:10px 17px; color:#000000; font-size:18px; font-family:DINWeb, sans-serif; transition:ease-in .3s;
	display: block;
}
.activeMore a {
	
}
.nav > li > a:hover, .nav > li.active > a, .nav > li.sfHover > a { background:#2b2d68; color:#fff;
	
}
.nav li a:hover {

}
.nav li ul {
	position: absolute;
	left: -9999px;
}
.nav > li.hover > ul {
	left:0px;
	top:45px; 
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
}
.nav li li { width:450px;}
.nav li li a { float:left; width:200px;
	
	display: block;
	 background:rgba(204,104,30,0.9);
	position: relative;
	z-index: 100;
	white-space: nowrap;
	
	border-bottom: 1px solid #f58634;
	border-right: 1px solid #f58634;
	padding: 7px 25px;
	font-family:DINWeb, sans-serif;
	font-size: 13px;
	color:#fff;
	text-align:left;
}
.nav li li a:hover {
	background: #177cbc;
	color: #fff;
}
.nav li li li a {
display: block;
	background:rgba(0,0,0,.7);
	position: relative;
	z-index: 100;
	white-space: nowrap;
	
	border-bottom: 1px solid #000;
	
	padding: 7px 15px;
	font-size: 11px;
	color:#fff;
	text-align:left;
}

@media (max-width:1045px){
	
.nav > li > a { padding:20px 13px 20px 13px;  }
	}






@media only screen and (min-width: 240px) and (max-width: 995px) {
.toggleMenu {
	position: absolute;
	display: none;
	background: #116ea9;
	padding: 10px 15px;
	color: #fff;
	z-index: 999999999999999999999999999999999999999 !important;
	top: -20px;
	right:20px;
	left: auto; cursor:pointer;
	
}
.fa-02{font-size:20px;}
.active {
	display: block;
}
.nav {
	position:static;
	z-index: 9999999999999999; margin-top:50px;
	
	width: 100% !important;
	right: 0px;
}
.nav > li { padding:0px;
	background:none; 
	border-bottom: 1px solid #da761c;
	float: none;
}
.nav a {
	padding: 5px 0px; background:#f58624;
	font-size: 15px !important;
	text-align: left;
	color:#fff !important;

}
.nav > li > .parent {
	background-position: 95% 50%;
}
.nav li li .parent {
	background-image: url("images/downArrow.png");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
.nav ul {
	display: block;
	width: 100%;
}
.nav > li.hover > ul, .nav li li.hover ul {
	position: static;
}
.nav li li a {
	width: 100%;
	text-align: left; color:#333;text-transform:lowercase; padding:5px 12px 5px 30px;
	background:#f7933b url(../images/arrow-01.png) no-repeat 13px 10px; font-size:12px; 
	transition:ease-in .1s;
	-moz-transition:ease-in .1s;
	-webkit-transition:ease-in .1s;
	-ms-transition:ease-in .1s;
	-o-transition:ease-in .1s;
	border-bottom: 1px solid #da761c;
	
	
	
	
}
.nav li li a:hover {
	
	background:#177cbc url(../images/arrow-01.png) no-repeat 16px 10px;
	
}

.nav > li > a{ padding:5px 12px; background:}
.nav > li > a:hover{ padding:5px 12px; background:#177cbc; }
.nav li li{width:100%;}

}
