/* 	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: 		     4px 0 12px 0;
	font-family :Tahoma ;
	font-weight :bold ;
	font-size :.9em;
	background:			url(images/backgrounds/nav.png) repeat-x;
	z-index:			100;
}
#menuList li {
	display:			inline;
	margin: 			0;
	list-style: 		none;
	z-index:			100;
}
a.starter { /* See ie.css */
	margin: 			0;
	padding:  		 	4px 13px 7px 13px;
	color:			 	#fff ;
	text-decoration:	 none!important;
	
	border-left:		1px solid white;
	border-right:		1px solid #006633;
	z-index:			100;
}
.graphicNavItem{
	position:			relative;
	top:				3px;
}
a.starter:hover
{
    color:   #1FDC82;
}
.menu_end {
	border-right:		none!important;
}
.akey {
	text-decoration:	underline;
}
#mEmployers a
{
    background:	       grey; 
    background-color :Gray ;
	color:				#006633;
	border-right:		1px solid #006633;
	border-bottom:		3px solid #0F0A47;
	background:	       grey;
}


#mArabic a
{
    
	color:		White    ;
	font-size :1.1em;
	
}

#mLoggedIn a{
	position:			relative;
	right:				-50px;
	color:				#fff;
	border-right:		1px solid #006633;
	border-left:		1px solid #006633;
}

.selected a, #mEmployers.selected a{
	padding-left:		20px!important;
	

}
.selected a.starter:hover, #mEmployers.selected a:hover
{
   
    
	
}
#mEmployers.selected a{
	color:				#006633;
	border-right:		1px solid #006633;
	border-bottom:		4px solid #0F0A47;
	
}

#footer li.selected a{
	padding-left:		5px!important;
	color:				green;
	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: 				green;
	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{
	
	color: 				#F8F8F8;
}
.menuselect { 
	color: 				#006633;
	
}


/* Misc items */
#date{ /* See ie.css */
	position:			absolute;
	top:				7px;
	right:				10px;
	font-weight:		normal;
	color:				#FFFFFF;
}


