@charset "UTF-8";

/* WAT WIL IK */

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

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

#hor_navcontainer {
	height:47px;
}


ul#hor_navlist {
	height:47px;
}

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


#hor_navlist li {
	display: inline;
	list-style-type: none;
}

#hor_navlist li a {
	color: #3e3e3e;
	text-decoration: none;
	line-height:47px;
	font-size: 12px;
	padding:15px 20px 25px 21px;
	text-transform:uppercase;
}

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

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


#hor_navlist a:hover {
	text-decoration: underline;
}

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

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

#hor_navlist #hor_active #hor_current {
	color:#FFF;
	text-decoration: none;
	background-image: url(../img/img_nav/nav_active.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#hor_navlist #hor_active2 #hor_current2 {
	color:#FFF;
	text-decoration: none;
	background-image: url(../img/img_nav/nav_active2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#hor_navlist #hor_active3 #hor_current3 {
	color:#FFF;
	text-decoration: none;
	background-image: url(../img/img_nav/nav_active3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


