@charset "UTF-8";

/* KARYVO */

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

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

#hor_navcontainer {
	width: 860px; /* Deze aanpassen aan de lengte van de totale tekst */
	margin-top:31px;
	margin-left: 60px;
}

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

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


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

#hor_navlist a {
	color: #6d6e71;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 15px;
	font-size: 14px;
	line-height: 36px;
	display: block;
}

#hor_navlist a span {
	padding-right:7px;
	padding-left:7px;
}


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

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

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


#hor_navlist a:hover {
	color:#fff;
	background: #205176 url(../img/img_nav/tab_left.jpg) left top no-repeat;
}

#hor_navlist a:hover span {
	padding-top:9px;
	padding-bottom:10px;
	background: url(../img/img_nav/tab_right.jpg) right top no-repeat;
}


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

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

#hor_navlist #hor_active #hor_current {
	color:#FFF;
	background: #205176 url(../img/img_nav/tab_left.jpg) left top no-repeat;
}

#hor_navlist #hor_active #hor_current span {
	padding-top:9px;
	padding-bottom:10px;
	background: url(../img/img_nav/tab_right.jpg) right top no-repeat;
}
