/* 	NOTE
	If the submenus are disabled within the menu include code, you'll need to remove the 
	comment tags around the submenu items from the menu include, then uncomment the following code
	within the head tag of the site (should be a header inc.) ...
	
	<script src="/scripts/nav.js" type="text/javascript"></script>
	
*/

/* === TOP LEVEL MENU OPTIONS === */
#menuList
{
    /* See ie.css */
    position: relative;
    width: 100%;
    margin: 0;
    padding:   6px 0 12px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-top: solid 1 #D3D3D3;
    font-size: 1em;
    background: url(http://image.mihnati.com/nesma/nesma-holding_09.gif) repeat-x;
    background-position: bottom;
    border-top-color: #C7C7C7;
    border-top-style: solid;
    border-top-width: 1px;
}
#menuList li {
	display:			inline;
	
	list-style: 		none;
	z-index:			100;
}
a.starter
{
    /* See ie.css */
    font-family :Arial;
    margin: 0;
    padding:  7px 13px 11px 13px;
    color: #3C3C3C;
    text-decoration: none;
     z-index: 100;
}
.graphicNavItem{
	position:			relative;
	top:				3px;
}
a.starter:hover
{
    background-position: center bottom;
    color: #000000;
    background-color: White; /*  background: #525C60 url(images/icons/selected-chevron.gif) repeat-x 8px 45%; */
}
.menu_end {
	border-right:		none!important;
}
.akey {
	text-decoration:	underline;
}


#mArabic a
{
    
    font-size: 1.1em;
    font-family:Tahoma ;
    font-weight :bolder ;
    
}

#mLoggedIn a{
	position:			relative;
	right:				-50px;
	
	
}


.selected a.starter:hover, #mEmployers.selected a:hover
{
    background-color:	White ;
    

}
#mEmployers.selected a{
	color:				#fff;
	border-right:		1px solid #fff;
	border-bottom:		1px solid #0F0A47;
	background:			url(images/icons/selected-chevron.gif) no-repeat 8px 45% #211790;
}

#footer li.selected a{
	padding-right:		5px!important;
	color:				#D54D27!important;
	background:			none!important;
}

/* === SUBMENU OPTIONS === */
#menuList ul {
	margin: 			0;
	padding: 			0;
	z-index:			100;
}
#menuList .mainmenu {
	position: 			absolute;
	*top:				30px!important;
	margin:				0 0 0 0;
	text-align: 		left;
	visibility: 		hidden;
	z-index: 			100;
	width:				150px;
}
#menuList .mainmenu li {
	width:				100%;
	border-right:		none!important;
	border-left:		none!important;
}
#menuList .mainmenu li a {
	display: 			block;
	width:				100%;
	margin:				-1px 0 0 0;
	padding: 			5px 5px 5px 11px;
	text-decoration: 	none;
	color: 				#1F215F;
	border-left:		1px solid #C5BFD5;
	border-right:		1px solid #C5BFD5;
	border-bottom:		1px solid #C5BFD5;
	border-top:			1px solid #D3CEDF;
	background: 		#E9E7EF;
	z-index:			100;
}
#menuList .mainmenu li a:hover{
	background:		 	#333687;
	color: 				#fff;
}
.menuselect { 
	color: 				#fff;
	background: 		#007DC6;
}


/* Misc items */
#date
{
    /* See ie.css */
    position: absolute;
    top: 7px;
    right: 10px;
    font-family :Arial;
    color: #3C3C3C;
}

#mHelp
{
 display :none ;
 visibility :hidden ;   
}