/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_one */

.menu1 {
/*	background: url(../images/button1.gif) #FFFFFF;*/
	top: 112px;
	height: 43px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 0px;
	position: relative;
}

.menu1 li {
	float: left;
}

.menu1 li a {
	color: #6b6b6b;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	height: 43px;
	line-height: 43px;
	padding: 0 0 0 8px;
	text-align: center;
	text-decoration: none;
}

.menu1 li a b {
	display: block;
	float: left;
	padding: 0 16px 0 8px;
}

.menu1 li a:hover {
	background: url(../images/button.png);
	color: #FFFFFF;
	background-color: Black;
}

.menu1 li a:hover b {
	background: url(../images/button.png) no-repeat right top;
}

.menu1 li.current a {
	background: url(../images/button-over.png);
	color: #FFFFFF;
}

.menu1 li.current a b {
	background: url(../images/button-over.png) no-repeat right top;
}

.menu1 li.current a:hover {
	background: url(../images/button-over.png);
	color: #FFFFFF;
	cursor: default;
}

.menu1 li.current a:hover b {
	background: url(../images/button-over.png) no-repeat right top;
}


/*************************/
/* START Hoofd navigatie */
#navlist { 
	padding-top: 4px;
	top: 2px;
	width: 237px; 
	margin-left: 0px;
	float: none;
}

#navlist ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navlist a {
display: block;
padding: 5px;
width: 227px;
background-color: #3b3b3b;
border-top: 1px solid #4A4A4A;
border-bottom: 1px solid #1b1b1b;

text-transform: uppercase;
}

#navlist a:link, #navlist a:visited {
color: #f8f6f8;
text-decoration: none;
}

#navlist a:hover {
background-color: #292929;
color: #f8f6f8;
}

/* EINDE Hoofd navigatie */
/*************************/

