/* Start of CMSMS style sheet 'plaatje menu' */
ul#nav
{
	width: 859px;
	height: 32px;
	margin:0;
	padding:0;
	background: url(images/goed/nav.png);
	position:relative;
}

/*We want li as block and to be as tall as image*/
ul#nav li
{
	display:block;
	height:32px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

/*a should also be block and 50px tall*/
ul#nav li a
{
	display:block;
	height:32px;
}

/*This is the boring part, every link has to be positioned according to the image*/
li#i15
{
	left: 0px;
	width: 70px;
}

li#i62
{
	left: 70px;
	width: 80px;
}

li#i63
{
	left: 140px;
	width: 80px;
}

li#i64
{
	left: 230px;
	width: 110px;
}

li#i65
{
	left: 340px;
	width: 110px;
}

li#i66
{
	left: 450px;
	width: 80px;
}

li#i67
{
	left: 530px;
	width: 100px;
}

li#i68
{
	left: 630px;
	width: 50px;
}

li#i69
{
	left: 680px;
	width: 95px;
}

li#i59
{
	left: 775px;
	width: 80px;
}

#i15 a:hover
{
	background: transparent url(images/goed/nav.png) 0 -32px no-repeat;
}

#i62 a:hover
{
	background: transparent url(images/goed/nav.png) -70px -32px no-repeat;
}

#i63 a:hover
{
	background: transparent url(images/goed/nav.png) -140px -32px no-repeat;
}

#i64 a:hover
{
	background: transparent url(images/goed/nav.png) -230px -32px no-repeat;
}

#i65 a:hover
{
	background: transparent url(images/goed/nav.png) -340px -32px no-repeat;
}

#i66 a:hover
{
	background: transparent url(images/goed/nav.png) -450px -32px no-repeat;
}

#i67 a:hover
{
	background: transparent url(images/goed/nav.png) -530px -32px no-repeat;
}

#i68 a:hover
{
	background: transparent url(images/goed/nav.png) -630px -32px no-repeat;
}

#i69 a:hover
{
	background: transparent url(images/goed/nav.png) -680px -32px no-repeat;
}

#i59 a:hover
{
	background: transparent url(images/goed/nav.png) -775px -32px no-repeat;
}

#i15 a.menuactive
{
	background: transparent url(images/goed/nav.png) 0 -64px no-repeat;
}

#i62 a.menuactive
{
	background: transparent url(images/goed/nav.png) -70px -64px no-repeat;
}

#i63 a.menuactive
{
	background: transparent url(images/goed/nav.png) -140px -64px no-repeat;
}

#i64 a.menuactive
{
	background: transparent url(images/goed/nav.png) -230px -64px no-repeat;
}

#i65 a.menuactive
{
	background: transparent url(images/goed/nav.png) -340px -64px no-repeat;
}

#i66 a.menuactive
{
	background: transparent url(images/goed/nav.png) -450px -64px no-repeat;
}

#i67 a.menuactive
{
	background: transparent url(images/goed/nav.png) -530px -64px no-repeat;
}

#i68 a.menuactive
{
	background: transparent url(images/goed/nav.png) -630px -64px no-repeat;
}

#i69 a.menuactive
{
	background: transparent url(images/goed/nav.png) -680px -64px no-repeat;
}

#i59 a.menuactive
{
	background: transparent url(images/goed/nav.png) -775px -64px no-repeat;
}
/*and for hiding the text*/
ul#nav li a
{
	text-indent:-9000px;
	background-color:transparent;
}



/* End of 'plaatje menu' */

