/* Basic code - don't modify */
 #nav { 
 	display: block; 
 	position: relative;
 	padding-right:195px; 

 }
 
 #nav li { 
 	/* display: inline; */
 	display:block-inline;
 	list-style: none;
 	float: right; 
 	position: relative;
 	/* border-top:1px solid #08914f;*/
 }
 
 #nav a { 
 	display: block;
 	white-space:nowrap; 
 }
 
 
 #nav ul {
 	display: none; 
 	position: absolute;
 	right: 0;
 	margin: 0;
 	padding: 0;
 	border:1px solid #CDCDCD;
 
 }
 
 
 * html #nav ul { 
 	/* IE6 "fix" */
 	
 	/* line-height: 0; */

 } 
 

 
#nav ul a { 
 	  zoom:1;  /* IE6/7 fix */ 
} 
 
 
 #nav ul li { 
 	float: none; 
 }
 
 #nav ul ul { 
 	top: 0; 
 }
    
/* Essentials - configure this */

#nav ul { 
	width: 200px; 
}

#nav ul ul { 
	right: 200px; 
}

/* Everything else is theming */
 
#nav { 
	background-color:transparent; 
	height: 24px; 
}

#nav *:hover { 
	/* background-color: none; */
}

#nav li a { 
	/* border-right: 1px solid white; */
	/* color: white;*/
	font-size: 12px;
	padding: 5px;
	/* line-height: 1;*/
	text-decoration: none;
}

/*
#nav li.hover a { 
	background-color: #5E5A5A;

}
*/

#nav ul { 
	top: 25px;

}
    
#nav ul li a { 
	/* background-color: #5E5A5A;*/
	/* background-color:#f7f7d6;*/

}


#nav ul a.hover { 
	/* background-color: #08914F;*/

}


#nav ul a {
	/* border-bottom: 1px solid white;*/
	border-right: none;
	/*
	opacity: 0.9; 
	filter: alpha(opacity=90);
	*/

}


#nav ul a { 
	/* border-bottom: none; /*- I also needed this for IE6/7 */
	/* border-bottom:1px solid #cccce5;*/
	 
}


.top {
	color:#3D3D3D;
	background:;
	margin-left:10px;
	
}

.top:hover {
	/* background:red; */

}


.parent {
	
	color:#595959;
	background-color:#ffffff;
	background-image:url('/arabic/images/arrow.jpg');
	background-repeat:no-repeat;
	background-position:5% 50%;
	direction: rtl;
	
	
	border-bottom:1px solid #cccce5;

	
	
	
}

.parent:hover {
	color:#ff6600;
}



.leaf {
	
	color:#595959;
	background-color:#ffffff;
	direction: rtl;
	border-bottom:1px solid #cccce5;
}

.leaf:hover {
	color:#ff6600;
	direction: rtl;
}


.last {
	
	color:#595959;
	background-color:#ffffff;
	direction: rtl;
	/* font-weight:bold; */
	
}

.last:hover {
	color:#ff6600;
}