/* Menu Stylesheet */ 
#navcontainer{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 41px;
	width: 925px;
	background-image:  url(../img/gif/bg_menu.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#navcontainer ul{
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#navcontainer ul li{
	display: inline;
	list-style: none;
	margin: -25px 0 0 0;
	padding: 0 0 0 0;
	float: left;
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
#navcontainer a{
	display: block;
	height: 25px;
	text-align: center;
	color: #525157;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 0 0 0 0;
	margin-top:2px;
}
#navcontainer a.eerste{
	width: 78px;
	margin-left: 180px;
	padding-right: 5px;

	background-repeat: no-repeat;
	background-position: right bottom;
}
#navcontainer a.tweede{
	width: 107px;
	padding-right: 5px;

	background-repeat: no-repeat;
	background-position: right bottom;
}
#navcontainer a.derde{
	width: 100px;
	padding-right: 12px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#navcontainer a.vierde{
	width: 100px;
	padding-right: 10px;

	background-repeat: no-repeat;
	background-position: right bottom;
}
#navcontainer a.vijfde{
	width: 90px;
	padding-right: 5px;

	background-repeat: no-repeat;
	background-position: right bottom;
}
#navcontainer a.zesde{
	width: 115px;
	padding-right: 5px;

	background-repeat: no-repeat;
	background-position: right bottom;
}
#navcontainer a.zevende{
	width: 102px;
	padding-right: 5px;

	background-repeat: no-repeat;
	background-position: right bottom;
}
#navcontainer a:hover {
	color: #E62A07;

	background-repeat: no-repeat;
}
#navcontainer a#selected:link, 
#navcontainer a#selected:visited{
	position: relative;
	z-index: 102;
	color: #E62A07;

	background-repeat: no-repeat;
}
