@charset "UTF-8";

/* IFKS HOR MENU CSS */

/*******************************************************************************/
/* Horizontaal menu, 2 laags                                                    */
/*******************************************************************************/

/* Algemeen
********************************************************************************/

#hor_navcontainer {
	width: 914px; /* Deze aanpassen aan de lengte van de totale tekst */
	margin-right: auto;
	margin-left: auto;
}

ul#hor_navlist {
	margin-left: 0;
	white-space: nowrap;
	margin-bottom: 0px;
	height: 28px;
	padding: 0px;
	line-height: 28px;
}

/* Text en container, alle niveaus
********************************************************************************/

#hor_navlist li {
	list-style-type: none;
	height: 28px;
	background: url(../img/img_nav/divider.gif) no-repeat right center;
	padding: 0px;
	line-height: 28px;
	float: left;
}

#hor_navlist a {
	color: #fff;
	text-decoration: none;
	margin-right: 0px;
	font-size: 15px;
	padding-right: 18px;
	padding-left: 18px;
	font-size: 12px;
	line-height: 28px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}

#hor_navlist #hor_last { /* geen divider meer bij laatste */
	background: url(none);

}


/* Text en container, niveau 2
********************************************************************************/

#hor_subnavlist {
  position:absolute;
  left:0px;
  top:28px;
}


#hor_subnavlist li {
	list-style-type: none;
	height: 28px;
	background: url(../img/img_nav/subnav_li_bg.gif) no-repeat right center;
	padding: 0px;
	line-height: 28px;
	float: left;
}

#hor_subnavlist a {
	color: #fff;
	text-decoration: none;
	margin-right: 0px;
	font-size: 15px;
	padding-right: 18px;
	padding-left: 18px;
	font-size: 12px;
	line-height: 28px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}

#hor_subnavlist .lower {
  text-transform: lowercase;
}


/* HOVER
********************************************************************************/

/* Text en container hover, alle niveaus
********************************************************************************/

#hor_navlist a:hover {
	text-decoration: none;
	color: #ccd8e2;
}

/* Text en container hover, niveau 2
********************************************************************************/

#hor_subnavlist a:hover {
	text-decoration: none;
	color: #ccd8e2;
}

/* SELECTED
********************************************************************************/

/* Text en container selected, alle niveaus
********************************************************************************/

#hor_navlist #hor_active #hor_current {
	background: url(../img/img_nav/selected_bg.jpg) no-repeat right center;
	text-decoration: none;
	color: #fff;
}

/* Text en container selected, niveau 2
********************************************************************************/

#hor_subnavlist #hor_subactive #hor_subcurrent {
	background: url(../img/img_nav/selected_bg.jpg) no-repeat right center;
	text-decoration: none;
	color: #fff;
}