.jetmenu{
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	list-style: none;
	background: #ffffff;
}
.jetmenu li{
	display: inline-block;
	float: right;
}
.jetmenu a{
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	outline: none;
	z-index: 10;
}
.jetmenu > li > a{
	padding: 16px 20px;
	font-family:'Droid Arabic Kufi' , Arial , sans-serif;
	font-size: 15px;
	color: #363636;
	text-decoration: none;
	display: inline-block;
	border-left: 1px solid #d0cfcf;
}
.jetmenu > li:hover > a,
.jetmenu > li.active > a{
	background: #e0e0e0;
	color: #555;
}

/* DROPDOWN CONFIGURATION
**********************************************************/
.jetmenu ul.dropdown, 
.jetmenu ul.dropdown li ul.dropdown {
	list-style: none;
    margin: 0;
    padding: 0;   
	display: none;
    position: absolute;
    z-index: 99;
	min-width: 134px;
	background: #ffffff;
}
.jetmenu ul.dropdown{
    top: 60px;
}
.jetmenu ul.dropdown li ul.dropdown{
    left: 100%;
	top: inherit;
}
.jetmenu ul.dropdown li{
	clear:both;
	width:100%;
	font-size: 12px;
}
.jetmenu ul.dropdown li a{
	width:100%;
	padding: 12px 24px 12px;
	display:inline-block;
	float:left;
	clear:both;
	font-family: 'Cairo', sans-serif;
	text-decoration: none;
	color: #363636;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
.jetmenu ul.dropdown li:hover > a{
	background: #e0e0e0;
	color: #555;
}

/* dropdowns to left side */
.jetmenu ul.dropdown li ul.dropdown.left{
    left: auto;
	right: 100%;
}

/* SUBMENU INDICATORS
**********************************************************/
.jetmenu .indicator{
	position: relative;
	right: 5px;
	top: 0;
	font-size: 14px;
	float: left;
}
.jetmenu ul li .indicator{
	font-size: 12px;
	top: 1px;
	left: 10px;
}

/* MEGAMENU
**********************************************************/
.jetmenu > li > .megamenu{
	position: absolute;
	display: none;
	background: #ffffff;
	width: 25%;
	top: 56px;
	font-family: 'Cairo', sans-serif;
	font-size: 12px;
	color: #363636;
	z-index: 999999;
	padding: 8px 10px 10px;
	border: 1px solid #d0cfcf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* megamenu list */
.jetmenu li > .megamenu ul{
	margin: 0 0 20px 0;
	float: left;
	padding: 0;
	display: block;
	position: relative;
}
.jetmenu li > .megamenu ul li{
	width: 100%;
	padding: 4px 0;
}
.jetmenu li > .megamenu ul li.title{
	margin: 0 0 8px;
	padding: 0 0 10px 0px;
	font-size: 10px;
	 border-bottom: solid 1px #e6e6e6; */
	color:#8b1738;
}

/* megamenu h5 */
.jetmenu li > .megamenu h5{
	width: 100%;
	margin: 0;
	padding: 0 0 8px 0px;

	font-size: 14px;
}

/* megamenu links */
.jetmenu li > .megamenu a{
	color: #363636;
	text-decoration: none;
	font-size: 12px;
	-webkit-transition: color 0.3s linear; 
	-moz-transition: color 0.3s linear; 
	-o-transition: color 0.3s linear; 
	transition: color 0.3s linear; 
}
.jetmenu li > .megamenu a:hover{
	color: #dedede;
}

/* megamenu images */
.jetmenu  .megamenu img{
	width: 100%;
	-webkit-transition: border 0.3s linear; 
	-moz-transition: border 0.3s linear;
	-o-transition: border 0.3s linear;
	transition: border 0.3s linear;
}

/* to fix right attribute on submenus (menu aligned to left (default)) */
.jetmenu > li.fix-sub > .megamenu,
.jetmenu > li.fix-sub > .megamenu.GOVhalfWidth,
.jetmenu > li.fix-sub > .dropdown{
	right: 0;
}

/* MEGAMENU WIDTHS
**********************************************************/
.jetmenu > li > .megamenu.GOVhalfWidth{
	width: 50%;
}
.jetmenu > li > .megamenu.GOVfullWidth{
	width: 100%;
	left: 0;
}




/* MEGAMENU FORM CONFIGURATION
**********************************************************/
.jetmenu li > .megamenu form{
	width: 100%;
}

/* megamenu inputs */
.jetmenu li > .megamenu form input[type="text"],
.jetmenu li > .megamenu form textarea{
	padding: 5px;
	color: #363636;
	background: #444;
	font-family: 'Cairo', sans-serif;
	font-size: 14px;
	border: solid 1px transparent;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border 0.3s linear; 
	-moz-transition: border 0.3s linear;
	-o-transition: border 0.3s linear;
	transition: border 0.3s linear;
}
.jetmenu li > .megamenu form input[type="text"]:focus,
.jetmenu li > .megamenu form textarea:focus{
	border-color: #e0e0e0;
}
.jetmenu li > .megamenu form input[type="text"]{
	width: 100%;
	margin-top: 10px;
}
.jetmenu li > .megamenu form textarea{
	width: 100%;
	margin-top: 10px;
}
.jetmenu li > .megamenu form input[type="submit"]{
	width: 25%;
	float: right;
	height: 30px;
	margin-top: 10px;
	border: none;
	cursor: pointer;
	background: #444;
	color: #777;
	font-family: 'Cairo', sans-serif;
	-webkit-transition: background 0.3s linear; 
	-moz-transition: background 0.3s linear; 
	-o-transition: background 0.3s linear; 
	transition: background 0.3s linear; 
}
.jetmenu li > .megamenu form input[type="submit"]:hover{
	background: #e0e0e0;
	color: #555;
}

/* MEGAMENU GRID SYSTEM
**********************************************************/
.megamenu .GovRow{
	width: 100%;
	margin-top: 15px;
}
.megamenu .GovRow:first-child {
	margin-top: 0;
}
.megamenu .GovRow:before,
.megamenu .GovRow:after {
	display: table;
	content: "";
	line-height: 0;
}
.megamenu .GovRow:after {
	clear: both;
}
.megamenu .GovRow .GovCol1,
.megamenu .GovRow .GovCol2,
.megamenu .GovRow .GovCol3,
.megamenu .GovRow .GovCol4,
.megamenu .GovRow .GovCol5,
.megamenu .GovRow .GovCol6{
	display: block;
	width: 100%;
	min-height: 20px;
	float: left;
	margin-left: 2.127659574468085%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.megamenu .GovRow [class*="col"]:first-child {
	margin-left: 0;
}
.megamenu .GovRow .GovCol1{
	width: 14.893617021276595%;
}
.megamenu .GovRow .GovCol2{
	width: 31.914893617021278%;
}
.megamenu .GovRow .GovCol3{
	width: 48.93617021276595%;
}
.megamenu .GovRow .GovCol4{
	width: 65.95744680851064%;
}
.megamenu .GovRow .GovCol5{
	width: 82.97872340425532%;
}
.megamenu .GovRow .GovCol6{
	width: 100%;
}

/* RIGHT ALIGNMENT (MENU ITEM)
**********************************************************/
.jetmenu > li.GOVRight{
	float: right;
}
.jetmenu > li.GOVRight > .megamenu,
.jetmenu > li.GOVRight > .megamenu.GOVhalfWidth,
.jetmenu > li.GOVRight > .dropdown{
	right: 0;
}

/* to fix right attribute on submenus (menu aligned to right) */
.jetmenu > li.jsright{
	float: right;
}
.jetmenu > li.jsright.last > .megamenu,
.jetmenu > li.jsright.last > .megamenu.GOVhalfWidth,
.jetmenu > li.jsright.last > .dropdown{
	right: 0;
}

/* ICONS (FONT AWESOME)
**********************************************************/
.jetmenu > li > a > i{
	line-height: 18px !important;
	margin-left: 6px;
	font-size: 12px;
	float: right;
}

/* COLLAPSIBLE MENU
**********************************************************/
.jetmenu > li.showhide{
	display: none;
	width: 100%;
	height: 50px;
	cursor: pointer;
	color: #363636;
	background: #FFF;
}
.jetmenu > li.showhide span.title{
	margin: 15px 0 0 25px;
	font-family: 'Cairo', sans-serif;
	float: left;
	font-weight:bold;
}
.jetmenu > li.showhide span.icon{
	margin: 17px 20px;
	float: right;
}
.jetmenu > li.showhide .icon em{
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #363636;
}

/* STYLES
**********************************************************/

/* black */
.black > li:hover > a, .black > li.active > a{ background: #111111;	color: #fff; }
.black ul.dropdown li:hover > a{ background: #111111; color: #fff; }
.black li > .megamenu form input[type="text"]:focus, .black li > .megamenu form textarea:focus{ border-color: #111111; }
.black li > .megamenu form input[type="submit"]:hover{ background: #111111; color: #fff; }
.black li > .megamenu a:hover{ color: #dedede; }

/* grey */
.grey > li:hover > a, .grey > li.active > a{ background: #82837E;	color: #fff; }
.grey ul.dropdown li:hover > a{ background: #82837E; color: #fff; }
.grey li > .megamenu form input[type="text"]:focus, .grey li > .megamenu form textarea:focus{ border-color: #82837E; }
.grey li > .megamenu form input[type="submit"]:hover{ background: #82837E; color: #fff; }
.grey li > .megamenu a:hover{ color: #dedede; }

/* blue */
.blue > li:hover > a, .blue > li.active > a{	background: #02b8fa; color: #fff; }
.blue ul.dropdown li:hover > a{ background: #02b8fa; color: #fff; }
.blue li > .megamenu form input[type="text"]:focus, .blue li > .megamenu form textarea:focus{ border-color: #02b8fa; }
.blue li > .megamenu form input[type="submit"]:hover{ background: #02b8fa; color: #fff; }
.blue li > .megamenu a:hover{ color: #02b8fa; }

/* deeper */
.deeper > li:hover > a, .deeper > li.active > a{	background: #008C9E; color: #fff; }
.deeper ul.dropdown li:hover > a{ background: #008C9E; color: #fff; }
.deeper li > .megamenu form input[type="text"]:focus, .deeper li > .megamenu form textarea:focus{ border-color: #008C9E; }
.deeper li > .megamenu form input[type="submit"]:hover{ background: #008C9E; color: #fff; }
.deeper li > .megamenu a:hover{ color: #008C9E; }

/* green */
.green > li:hover > a, .green > li.active > a{ background: #88c425;	color: #fff; }
.green ul.dropdown li:hover > a{ background: #88c425; color: #fff; }
.green li > .megamenu form input[type="text"]:focus, .green li > .megamenu form textarea:focus{ border-color: #88c425; }
.green li > .megamenu form input[type="submit"]:hover{ background: #88c425; color: #fff; }
.green li > .megamenu a:hover{ color: #88c425; }

/* emerald */
.emerald > li:hover > a, .emerald > li.active > a{ background: #2ecc71;	color: #fff; }
.emerald ul.dropdown li:hover > a{ background: #2ecc71; color: #fff; }
.emerald li > .megamenu form input[type="text"]:focus, .emerald li > .megamenu form textarea:focus{ border-color: #2ecc71; }
.emerald li > .megamenu form input[type="submit"]:hover{ background: #2ecc71; color: #fff; }
.emerald li > .megamenu a:hover{ color: #2ecc71; }

/* red */
.red > li:hover > a, .red > li.active > a{ background: #8b1738;	color: #fff; }
.red ul.dropdown li:hover > a{ background: #8b1738; color: #fff; }
.red li > .megamenu form input[type="text"]:focus, .red li > .megamenu form textarea:focus{ border-color: #8b1738; }
.red li > .megamenu form input[type="submit"]:hover{ background: #8b1738; color: #fff; }
.red li > .megamenu a:hover{ color: #8b1738; }

/* pox */
.pox > li:hover > a, .pox > li.active > a{ background: #FA023C;	color: #fff; }
.pox ul.dropdown li:hover > a{ background: #FA023C; color: #fff; }
.pox li > .megamenu form input[type="text"]:focus, .pox li > .megamenu form textarea:focus{ border-color: #FA023C; }
.pox li > .megamenu form input[type="submit"]:hover{ background: #FA023C; color: #fff; }
.pox li > .megamenu a:hover{ color: #FA023C; }

/* orange */
.orange > li:hover > a, .orange > li.active > a{	background: #ff670f; color: #fff; }
.orange ul.dropdown li:hover > a{ background: #ff670f; color: #fff; }
.orange li > .megamenu form input[type="text"]:focus, .orange li > .megamenu form textarea:focus{ border-color: #ff670f; }
.orange li > .megamenu form input[type="submit"]:hover{ background: #ff670f; color: #fff; }
.orange li > .megamenu a:hover{ color: #ff670f; }

/* sunburst */
.sunburst > li:hover > a, .sunburst > li.active > a{	background: #D46D22; color: #fff; }
.sunburst ul.dropdown li:hover > a{ background: #D46D22; color: #fff; }
.sunburst li > .megamenu form input[type="text"]:focus, .sunburst li > .megamenu form textarea:focus{ border-color: #D46D22; }
.sunburst li > .megamenu form input[type="submit"]:hover{ background: #D46D22; color: #fff; }
.sunburst li > .megamenu a:hover{ color: #D46D22; }

/* yellow */
.yellow > li:hover > a, .yellow > li.active > a{	background: #febf01; color: #222; }
.yellow ul.dropdown li:hover > a{ background: #febf01; color: #222; }
.yellow li > .megamenu form input[type="text"]:focus, .yellow li > .megamenu form textarea:focus{ border-color: #febf01; }
.yellow li > .megamenu form input[type="submit"]:hover{ background: #febf01; color: #222; }
.yellow li > .megamenu a:hover{ color: #febf01; }

/* purple */
.purple > li:hover > a, .purple > li.active > a{	background: #a849a3; color: #fff; }
.purple ul.dropdown li:hover > a{ background: #a849a3; color: #fff; }
.purple li > .megamenu form input[type="text"]:focus, .purple li > .megamenu form textarea:focus{ border-color: #a849a3; }
.purple li > .megamenu form input[type="submit"]:hover{ background: #a849a3; color: #fff; }
.purple li > .megamenu a:hover{ color: #a849a3; }

/* pink */
.pink > li:hover > a, .pink > li.active > a{	background: #F56991; color: #fff; }
.pink ul.dropdown li:hover > a{ background: #F56991; color: #fff; }
.pink li > .megamenu form input[type="text"]:focus, .pink li > .megamenu form textarea:focus{ border-color: #F56991; }
.pink li > .megamenu form input[type="submit"]:hover{ background: #F56991; color: #fff; }
.pink li > .megamenu a:hover{ color: #F56991; }


.jetmenu > li >  a.BorderRight {/* border-right:1px solid #d0cfcf; */}



/* RESPONSIVE LAYOUT
**********************************************************/
@media (max-width: 900px) {
	.jetmenu > li >  a.BorderRight {border-right:0px solid #d0cfcf;}
	.jetmenu > li{
		display: block;
		width: 100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box;
	
		border: 1px dotted #eeeeee;
}
	.jetmenu > li > a{
		padding: 15px 25px;
	}
	.jetmenu a{
		width: 100%;
		
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	
		/* border-bottom: 1px solid #d0cfcf; */
}
	.jetmenu ul.dropdown, 
	.jetmenu ul.dropdown li ul.dropdown{
		width: 100% !important;
		left: 0;
		position: static !important;
		border: none;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	}
	.jetmenu ul.dropdown li {
		background: #fff !important;
		border: none;
	}
	.jetmenu ul.dropdown > li > a{
		padding-left: 40px !important;
	}
	.jetmenu > li > .megamenu{
		width: 100% !important;
		position: static;
		border-top: none;
	
		border: 0px;
}
	.jetmenu > li > .megamenu .GovRow [class*="col"]{
		float: none;
		display: block;
		width: 100% !important;
		margin-left: 0;
		margin-top: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.jetmenu > li > .megamenu .GovRow:first-child  [class*="col"]:first-child {
		margin-top: 0;
	}
	.jetmenu > li > .megamenu .GovRow{
		margin-top: 0;
	}
	.jetmenu > li > ul.dropdown > li > a{ padding-left: 40px !important; }
	.jetmenu > li > ul.dropdown > li > ul.dropdown > li > a{ padding-left: 60px !important; }
	.jetmenu > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a{ padding-left: 80px !important;  }
	
	.jetmenu > li > a { border-left:0px;}
	
	.GOVTopNav .jetmenu li > .megamenu .LinkImagelist ul li a:link, .GOVTopNav .jetmenu li > .megamenu .LinkImagelist ul li a:visited, .GOVTopNav .jetmenu li > .megamenu .LinkImagelist ul li a:hover, .GOVTopNav .jetmenu li > .megamenu .LinkImagelist ul li a:active{ font-size:14px;}
}
@media (min-width: 950px) and (max-width: 1090px) {
	.jetmenu > li > .megamenu{
		width: 100% !important;
		left: 0 !important;
	}
}

@media screen and (min-width: 951px) and (max-width: 1190px) {.jetmenu > li > a { padding:20px 15px;}}