@charset "utf-8";
@import
url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
.droid-arabic-kufi{font-family: 'Droid Arabic Kufi', serif;
font-size:13px;}
/* url(http://fonts.googleapis.com/earlyaccess/scheherazade.css);
.scheherazade{font-family: 'Scheherazade', serif;}*/
#cssmenu{
	width:100%;
	background:#DDD; /*#E6E8E8;*/
	margin:0;
	padding:0;
	height:40px;
	border-bottom:#F00 4px solid;
	 
	/*border-bottom:#0AB1E2 4px solid;*/
}
   
#cssmenu ul{
	display:inline;
	height:40px;
}

#cssmenu li {
display:inline;
text-decoration:none;
width:100px;
height:40px;
line-height:40px;
float:right;
border-left: solid #FFF 2px;

}

#cssmenu li a {
	 display:inline;
	 background:#A3A3A3; ;
	/*background:#E6E8E8;*/
	 width:100px;
	 color:#FF0;
	 height:40px;
	 text-decoration:none;
	 line-height:40px;
     font-family: 'Droid Arabic Kufi', serif;
	/*font-family: 'Scheherazade', serif;*/
	 font-size:12px;
	 float:right;
	 font-weight:bold;
	
}
 
#cssmenu li a:hover {
/* background:#0AB1E2;*/
background:#EBE129;
 color:#fff;
}

#cssmenu ul li.active a {
	background: #FF6; /*
	background:#0AB1E2;*/
	line-height:50px;
	font-size:12px;
	color:#000;
	top:10px;
	background-image: url(../img/home3.bmp);
	background-repeat:no-repeat;
	float:right;
	
}
