/*
Author: AdvertBanner
Author URI: http://www.advertbanner.com/
*/ 

/*-----------------------------------------------------------------------------------------------
	Algemeen
-----------------------------------------------------------------------------------------------*/	

/* Based partially on Matthew Carroll's keyboard accessible flavor of Suckerfish 
 * Dropdowns by Patrick Griffiths and Dan Webb. 
 * http://carroll.org.uk/sandbox/suckerfish/bones2.html
 */

/* ----[ LINKS ]----*/

.mm{
	padding-left: 280px;
	float: left;
	position: relative;
	width: 600px;
	line-height: 40px;
	height: 40px;
	background: url(/themes/jobcenters/images/colorBar.png) no-repeat left bottom;
}

/* all menu links */
#mmtree a{
	text-decoration:none;
	display:block;
	padding:10px 20px;
	background-color:#fff ;
	color:#2a2a2a;
	font: bold 11px Verdana, Sans-Serif; 
}

#subMenusContainer a{
	text-decoration:none;
	display:block;
	padding:7px 20px;
	background-color:#eeeded ;
	color:#2a2a2a;
	font: bold 11px Verdana, Sans-Serif; 
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#mmtree a{
	margin:0;
	float:left;
}

/* Just sub menu links */
#subMenusContainer a, #mmtree li li a{
	text-align:left;
}
/* All menu links on hover or focus */
#mmtree a:hover,
#mmtree a:focus,
#subMenusContainer a:hover,
#subMenusContainer a:focus,
#mmtree a.mainMenuParentBtnFocused,
#subMenusContainer a.subMenuParentBtnFocused
{
	color: #2a2a2a;
}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#mmtree a.mainMenuParentBtnFocused, 
#subMenusContainer a.subMenuParentBtnFocused,
#mmtree li a:hover,
#mmtree li a:focus
{
	color: #2a2a2a;
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtn,
.subMenuParentBtnFocused
{
	background: url(/themes/jobcenters/images/arrow-next.gif) 95% 50% no-repeat;
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW
{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	padding:0 2px;
	margin:0 0 0 -2px;
}

.smOW ul
{
    border-top: 4px solid #ff860b;
}

.smOW ul li
{
    padding-top: 2px;
    padding-bottom: 7px;
}

.smOW ul li a
{
	font-weight: normal !important;
	white-space: nowrap;
}

.smOW ul li:hover
{
    background-color: #f7f7f7 !important;
}

.smOW ul li:hover a
{
    color: #ff860b !important;
	background-color: #f7f7f7 !important;
	font-weight: normal !important;
}

.smOW ul.subsubnav
{
	border-top-style: none;
}

/* All submenu OLs and ULs */
#mmtree ol,
#mmtree ul,
#subMenusContainer ul,
#subMenusContainer ol
{	
	left:0;
}

/* All ULs and OLs */
#mmtree,
#mmtree ul,
#mmtree ol,
#subMenusContainer ul,
#subMenusContainer ol
{ 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}
 
/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#mmtree li
{ 
	display:block;
	list-style:none;
	position:relative;
	float:left;
}

#subMenusContainer li
{
	list-style: none;
}

/* main menu ul or ol elment */
#mmtree
{
	display:block;
	position: absolute;
	list-style:none;
	margin:0;
	z-index:5;
	text-align: left;
	display:block;
}

#subMenusContainer
{
	display:block; 
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0;
	overflow:visible;
	z-index:100;
}

/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#mmtree li li{
	float:none;
}

li.link,
li.current,
li.first,
li.last
{
	margin: 0px!important;
	padding: 0px!important;
}

#mmtree li li a{ /* Just submenu links*/
	position:relative;
	float:none;
}

#mmtree li ul { /* second-level lists */
	position: absolute;
	width: 200px;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:32px;
}


#mmtree li ul li a{
	font-weight: 300;
	
}

/* third-and-above-level lists */
#mmtree li ul ul { margin: -1em 0 0 -1000em; }
#mmtree li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#mmtree li:hover ul{	margin-left: 0; }
#mmtree li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#mmtree li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#mmtree li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#mmtree li li a:focus {left:0;  margin-left:1000em;  margin-top:0;}
#mmtree li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#mmtree li:hover a:focus{ margin-left: 0; }
#mmtree li li:hover a:focus + ul { margin-left: 10em; }

#mmtree li a.active {
    color: #ff860b;
}
#mmtree li a:hover,#mmtree .section a,#mmtree .current a{
    color: #ff860b !important;
}