@charset "UTF-8";

/* SITENAAM HOR MENU CSS */

/*******************************************************************************/
/* Horizontaal menu, 1 laag                                                    */
/*******************************************************************************/

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

#menu_container {
	position:absolute;
	margin-left:6px;
	margin-right:6px;
	width: 851px; /* Deze aanpassen aan de lengte van de totale tekst */
	top: 157px;
	left: 1px;
}

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

/* Text en container
********************************************************************************/

#hor_navlist li {
	text-transform:uppercase;
	list-style-type: none;
	height: 43px;
	padding: 0px 0px 0px 0px;
	line-height: 43px;
	float: left;
	width:106px;
	display: inline;
  	text-align: center
}

#hor_navlist a {
	color: #bbb;
	text-decoration: none;
	margin-right: 3px;
	font-size: 12px;
	line-height: 50px;
	background: url(../img/img_nav/item.png) no-repeat left top;
	display: block;
	behavior: url("skins/iepngfix/iepngfix.php"); /* Transparantie in IE6 */
	

}

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

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

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


#hor_navlist a:hover {
	background:url(../img/img_nav/hover.png) no-repeat left top;
	text-decoration: none;
	color: #fff;
	behavior: url("skins/iepngfix/iepngfix.php"); /* Transparantie in IE6 */
}

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

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

#hor_navlist #hor_active #hor_current {
	background:url(../img/img_nav/active.png) no-repeat left top;
	text-decoration: none;
	color: #fff;
	behavior: url("skins/iepngfix/iepngfix.php"); /* Transparantie in IE6 */
}
