@charset "UTF-8";

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

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

.hor_navlist {
	margin: 12px 0 0 0;
	height: 30px;
	padding: 0px;
	line-height: 30px;
	font-family: Georgia;
	position: absolute;
	bottom: 2px;
	left:0px;
}

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

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

.hor_navlist li.last {
	background:none;
}

.hor_navlist a {
	color: #fff;
	text-decoration: none;
	margin-right: 0px;
	padding:  0px 16px 0px 16px;
	font-size: 1em;
	line-height: 30px;
	display: block;
	text-transform: uppercase;
}

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

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

.hor_navlist a:hover {
	text-decoration: none;
	color: #99ccff;
}

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

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

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

