.anylinkcss1{
	position:absolute;
	visibility: hidden;
	z-index: 1;
	background-color: #029E9D;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFFFFF;
	padding: 3px;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.anylinkcss1 a{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	width: 146px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6E4F1;
	height: auto;
	font-variant: normal;
	font-size: 11px;
	padding: 2px;
	margin-bottom: 2px;
}
.anylinkcss1 a:hover{ /*hover background color*/
	background-color: #02B7B7;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	width: 146px;
	height: auto;
	font-variant: normal;
	text-decoration: none;
	padding: 2px;
	margin-bottom: 2px;
}

.anylinkcss1-ar{
	position:absolute;
	visibility: hidden;
	z-index: 1;
	background-color: #029E9D;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFFFFF;
	padding: 3px;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: -150px;
}
.anylinkcss1-ar a{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	width: 146px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6E4F1;
	height: auto;
	font-variant: normal;
	font-size: 11px;
	padding: 2px;
	margin-bottom: 2px;
}
.anylinkcss1-ar a:hover{ /*hover background color*/
	background-color: #02B7B7;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	width: 146px;
	height: auto;
	font-variant: normal;
	text-decoration: none;
	padding: 2px;
	margin-bottom: 2px;
}



.anylinkcss{
	position:absolute;
	visibility: hidden;
	z-index: 1;
	background-color: #029E9D;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFFFFF;
	padding: 3px;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.anylinkcss a{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	width: 146px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6E4F1;
	height: auto;
	font-variant: normal;
	font-size: 11px;
	padding: 2px;
	margin-bottom: 2px;
}
.anylinkcss a:hover{ /*hover background color*/
	background-color: #02B7B7;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	width: 146px;
	height: auto;
	font-variant: normal;
	text-decoration: none;
	padding: 2px;
	margin-bottom: 2px;
}

.menu, .menu ul { /* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	font-family: "Traditional Arabic";
}

.menu{ padding-right:10px;}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: right;	      /* move all main list items into one row, by floating them */
	position: relative;	  /* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		      /* thus we need to apply explicit z-index here... */
	list-style: none;
}

.menu li:hover {
	z-index: 10000;	      /* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;  /* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							 see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;		 /* items of the nested menus are kept on separate lines */
	position:relative !important;
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	right: 0;	       /* while hidden, always keep them at the top left corner, */
	top: 0;		       /* to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	            /* 1st level go below their parent item */
}

.menu li li:hover>ul {	    /* 2nd+ levels go on the right side of the parent item */
	top: 0;
	right: 100%;
}

/* -- float.clear -- force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {/* IE7 float clear: */min-height: 0;}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	padding: 2px;
	margin: 0px;	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: 0 0 0 -10px;
}
/* -- sticky.submenu.END -- */



/************************************************************************************/
/*************************** DHTML_menu styles **************************************/
#mainNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
    background: #42464A url(../img/pages_bg.gif) bottom repeat-x;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

.menu ul {
	font-weight: bold;
	font-size:14pt;
	font-family: "Traditional Arabic";
}

.menu ul li {
	font-weight: bold;
    margin:0;
    float:none;
    border:none;
}

.menu ul li ul {
	font-weight: bold;
	font-size:100%;
	background-color: #029E9D;
}

.menu ul {
	width: 15em;
	margin:0; 
	padding:0;
}

.menu li:hover {
}

/* Link styles */
.menu li a{
	display:block;
	height:20px;
	line-height:20px;
	padding-top: 5;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 14pt;
}

.menu li a:link,
.menu li a:visited,
.menu li a:hover {
	color: #ffffff;
    font-weight:bold;
    text-decoration:none;
}

.menu li a:hover {
	color: #fff;
}

.menu ul li {
	z-index: 999;
	opacity: .98;               /* Standard style for transparency */
	-moz-opacity: .98;          /* Transparency for older Mozillas */
	filter: alpha(opacity=98);  /* Transparency for IE */
}

.menu ul li:hover {
	background:#292929;
	z-index: 999;
	opacity: .98;               /* Standard style for transparency */
	-moz-opacity: .98;          /* Transparency for older Mozillas */
	filter: alpha(opacity=98);  /* Transparency for IE */
}

.menu ul li a:link,
.menu ul li a:visited,
.menu ul li a:hover {
	text-decoration: none;
	display: block;
	float:none;
	position: relative;
	height:auto;
	line-height:100%;
	padding:5px;
	color: #fff;
	background-color: #2860A8;
	font-size: 12pt;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #D1DFEC;
	font-weight: bold;
}

.menu ul li a:hover {
	color: #FFFFFF;
	background-color: #6EA7CF;
}

.menu ul li ul li a:link,
.menu ul li ul li a:visited,
.menu ul li ul li a:hover {
	background-color: #003399;
}

.menu li ul li ul li a:hover {
	color: #fff;
}
  
.menu a:hover, .menu li:hover>a {}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	background:#333333;
	padding:0;
}