/*
[-Author : Kafeel-]
*/
#nav, #nav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0; 
}
#nav {
	font-family: 'carrois_gothicregular';
	height: auto; /* 21px / 14px */
	
}
#nav li {
	float: left;
	height: 41px; /* 32px / 14px */
	margin: 0;
	padding: 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d99d1f;
}

#nav li img { margin-left:3px;}

#nav li:last-child { border-right:0px;}

#nav a {
	color: #000;
	display: block; /* 4px 30px 7px */
	text-decoration: none;
	line-height: 41px;
	padding: 0px 20px;
	font-family: 'carrois_gothicregular';
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	
}
#nav a:hover, #nav a:focus {
	color: #FFF;
	background-color: #d99d1f;
}
#nav ul {
	background: rgba(0, 0, 0, .9);
	left: 0;
	font-size: 0.857em; /* 12px / 14px */
	line-height: 1.5em; /* 18px / 12px */
	position: absolute;
	top: 41px; /* 32px / 12px */
	width: 180px; z-index:1000;
}
#nav ul li {
	float: none;
	height: auto;
	width: 180px;
	height:auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #383838;
}
#nav ul a {
	
	display:block;
	font-weight: normal;
	text-transform: none;
	color: #FFF;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-size: 14px;
	line-height:normal;
	
}
#nav ul ul {
	font-size: 1em;
}
#nav ul a:hover, #nav ul a:focus {
	background-color: #f5ba3d;
	color: #000;
}
#nav ul .hover>a {
	background-color: #f5ba3d;
}
#nav ul ul {
	left: 180px;
	top: 0.5em; /* 6px / 12px */
}
#nav ul, #nav :hover ul ul, #nav .hover ul ul {
	margin-left: -9999px;
}
#nav li:hover>ul, #nav li.hover>ul, #nav a:focus+ul, #nav ul ul, #nav .hover a:focus {
	margin-left: 0;
}
#nav ul a:focus {
	margin-left: 9999px;
}


.parent {
    background-image:none;
    background-repeat: no-repeat;
}
.parent > a{ display:block;}
.parent > a:after {content: "\f0da"; font-family: 'FontAwesome'; float:right;}

.last-ul{left:-180px!important;}

.first-last-ul{left:-32px!important;}


/* ================================ NEW ====================================*/


#nav-new, #nav-new ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav-new {
	font-family: carrois_gothicregular;
	line-height: 1.3em; /* 21px / 14px */
	width: 100%; margin-left:6px;
}
#nav-new li {
	margin: 0px;
	padding: 0;
	position: relative;
}
#nav-new a {
	border-bottom:1px solid #cccccc;
	color: #454444;
	display: block;
	padding:6px 15px 6px 25px; /* 4px 30px 7px */
	text-decoration: none;
	font-size: 15px;
	background-image: url(../images/menu-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	
}



#nav-new a:hover, #nav-new a:focus {
	color:#000;
	background-color: #d6d6d6;
	background-image: url(../images/menu-icon2.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#nav-new ul {
	background-color:#f5ba3d;
	left: 308px;
	line-height: 1.5em; /* 18px / 12px */
	position: absolute;
	top: 2.667em; /* 32px / 12px */
	width: 210px;
}
#nav-new ul li {
	background-position: 10px center;
	float: none;
	height: auto;
	margin:0px;
	background-color: #f5ba3d;
	background-image: url(../images/menu-icon2.png);
	background-repeat: no-repeat;	
}
#nav-new ul a {
	font-size: 14px; /* 12px / 14px */
	background: none;
	padding:6px 10px 6px 20px; /* 1px 30px 3px */
	text-transform:none !important;
	border-bottom:1px solid #d99d1f; color:#000;

	
}
#nav-new ul ul {
	font-size: 1em;
}
#nav-new ul a:hover, #nav-new ul a:focus {
	background-color: #e1a629;
	background-repeat: no-repeat;
	color: #FFF;
	background-image: url(../images/menu-icon3.png);
	background-position: 10px center;
}
#nav-new ul .hover>a {
	background: #fff;
}
#nav-new li:last-child ul li ul{ margin-left:-402px !important;}
#nav-new ul ul {left: 224px;
    top: 40px;
}
#nav-new ul, #nav-new :hover ul ul, #nav-new .hover ul ul {
	margin-left: -9999px;
	z-index:9999;
	margin-top:-41px;
	border:1px solid #c8911d;
	
	width:225px;
}
#nav-new li:hover>ul, #nav-new li.hover>ul, #nav-new a:focus+ul, #nav-new ul ul, #nav-new .hover a:focus {
	margin-left: 0;
}
/*#nav-new ul a:focus {
	margin-left: 9999px;
}*/




/*
========================================= top menu ===================================================================*/
.nav2{margin:0px auto; background-color:#b61a1f; border-bottom:1px solid #fff; border-top:2px solid #fff;}
#navTwo, #navTwo ul {
	list-style: none;
	margin: 0 auto;
	padding: 0; 
}
#navTwo {
	font-family: 'carrois_gothicregular';
	height: auto; /* 21px / 14px */
	
}
#navTwo li {
	float: left;
	height: 30px; /* 32px / 14px */
	margin: 0;
	padding: 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #900;
}

#navTwo li img { margin-left:3px;}

#navTwo li:last-child { border-right:0px;}

#navTwo a {
	color: #fff;
	display: block; /* 4px 30px 7px */
	text-decoration: none;
	line-height: 30px;
	padding: 0px 15px;
	font-family: 'carrois_gothicregular';
	font-size: 14px;
	font-weight: normal;
	
}
#navTwo a:hover, #navTwo a:focus {
	color: #FFF;
	background-color: #7D0000;
}
#navTwo ul {
	background: rgba(0, 0, 0, .9);
	left: 0;
	font-size: 0.857em; /* 12px / 14px */
	line-height: 1.5em; /* 18px / 12px */
	position: absolute;
	top: 30px; /* 32px / 12px */
	width: 180px; z-index:100;
}
#navTwo ul li {
	float: none;
	height: auto;
	width: 180px;
	height:auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #383838;
}
#navTwo ul a {
	
	display:block;
	font-weight: normal;
	text-transform: none;
	color: #FFF;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-size: 14px;
	line-height:normal;
	
}
#navTwo ul ul {
	font-size: 1em;
}
#navTwo ul a:hover, #navTwo ul a:focus {
	background-color: #f5ba3d;
	color: #000;
}
#navTwo ul .hover>a {
	background-color: #f5ba3d;
}
#navTwo ul ul {
	left: 180px;
	top: 0.5em; /* 6px / 12px */
}
#navTwo ul, #navTwo :hover ul ul, #navTwo .hover ul ul {
	margin-left: -9999px;
}
#navTwo li:hover>ul, #navTwo li.hover>ul, #navTwo a:focus+ul, #navTwo ul ul, #navTwo .hover a:focus {
	margin-left: 0;
}
#navTwo ul a:focus {
	/*margin-left: 9999px;*/
}

.parent{
	/*background-image: url(../images/right-arrow.png);*/
	background-repeat: no-repeat;
	background-position: 160px center ;
}

.last-ul{left:-180px!important;}

.first-last-ul{left:-32px!important;}