@charset "UTF-8";

/* WSTW HOR MENU CSS */

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

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

#hor_navcontainer {
	width: 943px; /* 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: 44px;
	padding: 0px;
	line-height: 44px;
}

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


#hor_navlist li {
	list-style-type: none;
	height: 44px;
	background: url(../img/img_site/hor_nav_divider.jpg) no-repeat right center;
	padding: 0px 4px 0px 0px;
	line-height: 44px;
	float: left;
}

#hor_navlist a {
	color: #444;
	text-decoration: underline;
	margin-right: 0px;
	padding-right: 18px;
	padding-left: 17px;
	font-size: 12px;
	line-height: 44px;
	display: block;
}

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

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

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

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

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

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

#hor_navlist #hor_active #hor_current {
	background: url(../img/img_site/hor_nav_hover_bg_tile.jpg) repeat-x left center;
	text-decoration: underline;
	color: #fff;
}

