@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------------------- 

	general stylesheet  /  www.zuiderzeezilver.nl
	
	development by

	tableaux
	www.tableaux.nl
	
	september 2009

---------------------------------------------------------- */

#menu ul{
	height: 30px;
	width: 552px; /*540px;*/
	position: relative;
	margin-top: 50px;
	padding: 0px;
}

#menu li{
	list-style: none;
	float: left;
	padding-right: 8px;
	padding-left: 2px;
	background-image: url('../images/aanpas/bullet.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

#menu a{
	font-family: "Arial Narrow", "Arial";
	font-size: 14px;
	color: #606e8c;
	text-decoration: none;
}

#menu a:hover{
	color: #ffffff;
}

#menu a.active{
	color: #ffffff;
}





#menuHome ul{
	height: 30px;
	width: 552px;
	position: relative;
	margin-top: 50px;
	padding: 0px;
}

#menuHome li{
	list-style: none;
	float: left;
	padding-right: 8px;
	padding-left: 2px;
	background-image: url('../images/aanpas/bullet.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

#menuHome a{
	font-family: "Arial Narrow", "Arial";
	font-size: 14px;
	color: #606e8c;
	text-decoration: none;
}

#menuHome a:hover{
	color: #ffffff;
}

#menuHome a.active{
	color: #ffffff;
}