/* --- START site menu header ----------------------------------------------- */

#menuTop {
	clear: both;
	font-weight: bold;
	height: 33px;
	letter-spacing: 1px;
	z-index: 2;
	}
#menuTop ul {
	margin: 0 0 0 86px;
	padding: 0; 
	list-style-type: none; 
	width: auto; 
	float: left;
	clear: both;
	}
#menuTop ul li {
	display: block; 
	float: left; 
	margin: 0;
	}

#menuTop ul li a {
	position: relative; 
	display: block; 
	float: left; 
	color: #757575; 
	text-decoration: none; 
	padding: 0 8px; 
	height: 33px;
	text-transform: uppercase;
	background: transparent url('../images/bg/nivo1.png') top left repeat-x;
	line-height: 33px;
	z-index: 2;
	}
#menuTop ul li a:hover {
	color: #000;
	}
#menuTop ul li.current a,
#menuTop ul li.current a:hover {
	color: #09f !important;
	}


#menuTop ul li span {
	float: left; 
	display: block;
	background: transparent url('../images/bg/nivo1tussen.png') top left no-repeat;
	width: 9px !important;
	height: 33px !important;
	line-height: 33px !important;
	text-align: center;
	z-index: 2;
	}
#menuTop ul li span.first,
#menuTop ul li span.last {
	float: left; 
	display: block;
	width: 12px !important;
	height: 33px !important;
	line-height: 33px !important;
	text-align: center;
	z-index: 2;
	}
#menuTop ul li span.first {
	background: transparent url('../images/bg/nivo1first.png') top left no-repeat;
	}
#menuTop ul li span.last {
	background: transparent url('../images/bg/nivo1end.png') top left no-repeat;
	}

/* --- EINDE site menu header ----------------------------------------------- */
/* --- START site menu header ----------------------------------------------- */

#menuSub {
	font-weight: normal;
	font-size: 10px;
	height: 26px;
	z-index: 1;
	}
#menuSub ul {
	margin: -2px 0 0 106px;
	padding: 0; 
	list-style-type: none; 
	width: auto; 
	float: left;
	clear: both;
	}
#menuSub ul li {
	display: block; 
	float: left; 
	margin: 0;
	}

#menuSub ul li a {
	position: relative; 
	display: block; 
	float: left; 
	color: #666;
	font-weight: bold; 
	text-decoration: none; 
	padding: 0 7px; 
	height: 26px;
	text-transform: uppercase;
	background: transparent url('../images/bg/nivo2.png') top left repeat-x;
	line-height: 26px;
	z-index: 1;
	}
#menuSub ul li a:hover {
	color: #fff;
	}
#menuSub ul li.current a,
#menuSub ul li.current a:hover {
	color: #fff !important;
	}


#menuSub ul li span {
	float: left; 
	display: block;
	color: green;
	background: transparent url('../images/bg/nivo2tussen.png') top left no-repeat;
	width: 5px !important;
	height: 26px;
	line-height: 26px !important;
	text-align: center;
	z-index: 1;
	}
#menuSub ul li span.first,
#menuSub ul li span.last {
	float: left; 
	display: block;
	width: 10px !important;
	height: 26px;
	line-height: 26px !important;
	text-align: center;
	z-index: 1;
	}
#menuSub ul li span.first {
	background: transparent url('../images/bg/nivo2first.png') top left no-repeat;
	}
#menuSub ul li span.last {
	background: transparent url('../images/bg/nivo2end.png') top left no-repeat;
	}

/* --- EINDE site menu header ----------------------------------------------- */
