﻿/* --------  navigatiebalk:  -------- */

#nav {
	background-position: left top;
	float: left;
	width: 960px;
	margin-left: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585742;
	background-image: url('../images/lo/bgul.gif');
	background-repeat: repeat;
	background-attachment: scroll;
}

#nav ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
}

#nav li {
	float: left;
	background: url("../images/lo/tab_no_right5.gif") no-repeat right top;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#nav li a {
	display: block;
	background: url("../images/lo/tab_no_left6.gif") no-repeat left top;
	padding: 10px 10px 5px;
	color: #585742;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #585743;
	border-bottom-width: 1px;
}

#nav li a:hover {
	background-position: left top;
	color: #585742;
	text-decoration: underline;
	background-image: url('../images/lo/tab_over6.gif');
	background-repeat: no-repeat;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #99CC00;
}

#nav #huidig {
	background: url("../images/lo/tab_ac_right5.gif") no-repeat right top;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #99CC00;
}

#nav #huidig a {

	background: url("../images/lo/tab_ac_left6.gif") no-repeat left top;
	padding-bottom: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #99CC00;
}





