#nav{
	margin:0;
}
#nav li {	
	float: right;
	position: relative;
	list-style: none;
	border-bottom:1px solid #014578;
	border-top:1px solid #1b649b;
	width: 100%;
}


/* main level link */
#nav a {
    color:#e4f3fe;
    direction: rtl;
    display: block;
    text-align: right;
    text-decoration: none;
	font-family:takwdfont, Tahoma, Geneva, sans-serif!important;
	font-weight:normal!important;
	font-size:16px!important;
	border-right:1px solid #004b84;	
	padding:12px 0 12px 0;
	margin-right: 45px;
	text-indent:10px;
	ext-shadow:0 2px 2px #000;
	transition: background-color 0.3s linear;
}
#nav a:hover {
	background-color:#014274;
}
#nav li span{
	position:relative;
}
#nav li span img{
	z-index:999;
	text-align:center;
	margin:auto;
	position:absolute;
	top:5px;
	right:5px;
}
#nav li span i{
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 0px;
	transition: width 0.3s linear;
}

#nav li:hover i{
	background-color:#ffd943;
	width:45px;
	transition: width 0.3s ease;
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	
	
}
#nav li:hover li a:hover{
}
#nav ul a:hover {
	
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;
	z-index:9999;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -1px;
	right: 100%;
	background-color:#014b84;
	box-shadow: -6px 0 8px #014376 inset;
	width: 116%;
	
}
#nav ul li {
	border-bottom: 1px solid #014578;
    border-top: 1px solid #1b5d91;
    display: block;
    float: none;
    width: 200px;
}

#nav ul li a {
	border-right: 1px solid #004B84;
    color: #E4F3FE;
    display: block;
    font-size: 14px !important;
    font-weight: normal !important;
    margin-right: 0px;
    padding: 12px 5px;
    text-align: right;
    text-indent: 10px;
    text-shadow: 0 2px 2px #000000;
    transition: background-color 0.3s linear 0s;
	
}

/* level 3+ list */
#nav ul ul {
	right: 100%;
	top: -3px;
}


/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}
#nav .active{
	background-color:#014274;
}
#nav .active_li i{
	background-color:#ffd943;
	width:45px;
	transition: width 0.3s ease;
}

.nav-hide{
	background-image:url("../images/res.png");
	width:32px;
	height:32px;
	text-indent:-1000em;
	cursor:pointer;
	margin:-20px 5px 5px 5px;
	
}
