@charset "utf-8";
/* CSS Document */

* html #navigation {
	behavior: url(csshover.htc);
}

#navigation {
	clear: both;
	width: 884px;
	background: #FFFFFF url(images/nav_bg.gif) top right no-repeat;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	height: 40px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	margin-right: 5px;
	padding: 0;
	text-align: right;
}

#navigation ul li {
	float: right;
	width: 125px;
	font-size:18px;
	padding: 0;
}

#navigation a {
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 30px;
	padding: 5px 10px;
	font-weight: bold;
}

#navigation a:hover {
	background: url(images/nav_hover.gif) right 4px repeat-x; 
}

#subnavigation {
	clear: both;
	width: 900px;
	background: #FFFFFF url(images/nav_sub_bg.gif) top right no-repeat;
	height: 30px;
	padding: 0;
	margin: 0;
	/*margin-top: 10px;*/
}

#subnavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

#subnavigation ul li {
	float: right;
	font-size:14px;
}


#subnavigation a {
	font-size: 18px;
	color: #333333;
	text-decoration: none;
	display: block;
	height: 20px;
	padding: 5px 15px;
	font-weight: normal;
}

#subnavigation a:hover {
	background-color: #f0b73d;
}

#subsubnavigation {
	background: url(images/nav_sub_sub_bg_arabic.gif) top center no-repeat;
	margin: 0;
	padding: 0;
	height: 55px;
	width: 100%;
	text-align: right;
}

#subsubnavigation ul {
	list-style: none;
	margin:0;
	margin-right: 70px;
	padding: 0;
	padding-top: 5px;
	text-align: center;
}

#subsubnavigation ul li {
	float: right;
	font-size: 18px;
}

#subsubnavigation a {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 5px;
	font-weight: normal;
}

#subsubnavigation a:hover {
	text-decoration: underline;
}
