/* 	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 0 7px 0;
	padding: 		     7px 0 9px 0;
	font-family :Tahoma ;
	font-weight :bold ;
	font-size :.9em;
	background:			url(http://image.mihnati.com/panda/panda-2010_07.png) repeat-x;
	z-index:			100;
	border-left:solid 1px green;
	border-right:solid 1px green;
}
#menuList li 
{
  
	display:			inline;
	margin: 			0;
	list-style: 		none;
	z-index:			100;
}
a.starter
{
    /* See ie.css */
    margin: 0;
    padding: 1px 13px 2px 13px;
    color: #004A00;
    text-decoration: none;
    border-left: 1px solid white;
    border-right: 1px solid #006633;
    z-index: 100;
    font-size:11px;
}
.graphicNavItem{
	position:			relative;
	top:				3px;
}
a.starter:hover
{
    color: #FE0400;
}
.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:		 #004A00;
	font-size :1.1em;
	
}

#mLoggedIn a{
	position:			relative;
	right:				-90px;
	color:				 #004A00;
	border-right:		none;
	border-left:		none;
}

.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:				 #004A00;
}

