#jetmenu{}
#jetmenu {margin:0; padding:0;}

#jetmenu li {
	padding:0; margin:0;
	position: relative;
	list-style: none;

}

#jetmenu .active a, #jetmenu li ul li:hover > a { background:#B39964 !important; color:#fff;  z-index:9999}


#jetmenu ul {
	background:#fff !important;
	display: none;
	margin: 0;
	padding: 0 0 0 0;
	width: 200px;
	position: absolute;
	top: 48px;
	left: 0px;
	border-top:0;
	text-align:left;
	z-index:99999 !important;
}
	/* js ilede acailiyorum */
#jetmenu li:hover > ul {
	display: block;
	z-index:99999 !important;
}

#jetmenu ul li {
	float: none;
	margin: 0;
	padding: 0;
	z-index:99999 !important;
}
#jetmenu ul a {
	font-weight: normal;
	padding:9px;
	padding-left:15px; display:block;
	z-index:99999 !important;
}
	#jetmenu ul a:hover{z-index:9999 !important}

#jetmenu ul ul {
	left: 150px;
	top: 0px;
	z-index:99999 !important
}


#jetmenu ul li:hover > a {background:#B39964 !important; color:#fff;  z-index:99999 !important}
#jetmenu ul ul li a{ background:#B39964 !important; color:#fff; }
#jetmenu ul ul a:hover{background:#ccc !important}
		
	#jetmenu ul ul li:hover > a {background:#ccc !important;}
	#jetmenu ul ul  ul li a{ background:#650f48 !important}
	#jetmenu ul ul  ul a:hover{background:#000 !important}
		
		#jetmenu ul ul ul li:hover > a {background:#000 !important;}
		#jetmenu ul ul ul ul li a{ background:#000 !important}
		#jetmenu ul ul ul  ul a:hover{background:red !important}