div#navigationback {
	/* belangrijk om het menu transparant te krijgen*/
	position: absolute;
	left: 1px;
	top: 125px;
	width: 755px;
	text-align: center;
	display: block;
	height: 25px;
	/*background: #E8E8E8;*/
	background: transparent repeat-y url('http://www.peugeot106gti.nl/img/rand.jpg');
	z-index: 0;
}

div#navigation {
	position: absolute;
	left: 0px;
	top: -25px;
	width: 750px;
	padding-left: 10px;
	text-align: center;
	display: block;
	height: 25px;
	z-index: 1;
}

ul {
	display: inline;
	text-align: center;
}

li {
	list-style: none;
	text-indent:0;
	float: left;
	width: 148px;
	height: 25px;
	display: block;
	border: none;
}

li a {
	display: block;
	height: 18px;
	font-weight: bold;
	text-align: center;
	/*border-top: 1px solid #666666;*/
	text-transform: uppercase;
	color: #205382;
}

li a.menulink, a.menulink:active, a.menulink:visited {
	width: 147px;
	padding-top: 5px;
	text-align: center;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-decoration: none;
}

li a.menulink:hover {
	background: #E8E8E8;
	border-bottom: 1px solid #666666;
}

li a.menulinkfirst, a.menulinkfirst:active, a.menulinkfirst:visited {
	width: 148px;
	padding-top: 5px;
	text-align: center;
	border-bottom: 1px solid #666666;
	text-decoration: none;
}

li a.menulinkfirst:hover {
	background: #E8E8E8;
	border-bottom: 1px solid #666666;
}

/* submenu opmaak */
#navigation ul ul.submenu {
	width: 150px;
	display: none;
	color: #205382;
	padding: 0px;
	margin: 0px;
	text-align: left;
	background: transparent;
}

#navigation ul ul.submenu a {
	display: block;
	z-index: 1;
	background: #E8E8E8;
	width: 136px;
	color: #205382;
	text-decoration: none;	
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 3px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #666666;
	border-top: none;
	text-decoration: capitalize;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	height: 30px;
	vertical-align: middle;
}

#navigation ul ul.submenu a:hover {
	background: #FFFFFF;
	color: #205382;
}