@charset "UTF-8";

/* EPC HOR MENU CSS */

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

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


#hor_navcontainer {
	height: 37px;
	width: 718px;
	position: absolute;
	left: 238px;
	top: 78px;
	background: url(../../../img/img_nav/hor_nav_bg.png) no-repeat center center;
	font-family: "Gill Sans MT", Helvetica;
	margin-right: auto;
	margin-left: auto;
}

ul#hor_navlist {
	padding-left: 0px;
	height: 33px;
	white-space: nowrap;
}

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


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

#hor_navlist a {
	color: #0580bf;
	font-size: 15px;
	line-height: 33px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

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

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

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


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

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

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

#hor_navlist #hor_active #hor_current {
	color: #3b2a76;
	font-size: 15px;
	line-height: 33px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
