

nav {
	margin: 0px auto; 
	text-align: center;
	width:1000px;
		font-family:arial;
	font-weight:bold;
}

nav ul ul {
width:200px;
margin-right:-50px;
	display: none;
	
}

	nav ul li:hover > ul {
		display: block;
		
	}


nav ul {

width:980px;
	background: url('../images/alpha.png'); 
border:1px solid #fff;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.2);
	padding: 0 ;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
}
	nav ul:after {
		content: ""; clear: both; display: block;
		
	}

	nav ul li {
	
		float: right;
		
	}
		nav ul li:hover {
			
		}
			nav ul li:hover a {
				color: #000s;
				
			}
		
		nav ul li a {
			display: block; padding: 0px 20px;
			color: #d70302; text-decoration: none;
			font-family:Droid Arabic Kufi;
			text-shadow: 1px 1px #ccc;
		}
			
		
	nav ul ul {
		background: rgba(0,0,0,0.8); border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
	}
		nav ul ul li {
			float: none; 
			border-top: 1px solid #6b727c;
			border-bottom: 1px solid #575f6a; position: relative;
		}
			nav ul ul li a {
				padding: 0px 40px;
				color: #fff;
			}	
				nav ul ul li a:hover {
					background: #000;
				}
		
	nav ul ul ul {
	margin-right:0px;
		position: absolute; right: 100%; top:0;
	}
		