

#nav {
	list-style:none;
	margin:160px 0px 0px 0px;
	float: left;
	padding:0px;
	
	line-height:0px;
}
#nav li{
	padding-left: 4px;
	float:left;
}
#nav li a{
	height: 31px;
	display:block;
	float:left;
	text-decoration:none;
	text-indent: -900em;
}
#nav #nav-home a{
	width: 103px;
	background: url(../images/nav_home.gif) no-repeat left top;
}
#nav #nav-home a:hover{
	background: url(../images/nav_home.gif) no-repeat left bottom;
}
#nav #nav-overons a{
	width: 103px;
	background: url(../images/nav_overons.gif) no-repeat left top;
}
#nav #nav-overons a:hover{
	background: url(../images/nav_overons.gif) no-repeat left bottom;
}
#nav #nav-programma a{
	width: 103px;
	background: url(../images/nav_programma.gif) no-repeat left top;
}
#nav #nav-programma a:hover{
	background: url(../images/nav_programma.gif) no-repeat left bottom;
}
#nav #nav-informatie a{
	width: 103px;
	background: url(../images/nav_informatie.gif) no-repeat left top;
}
#nav #nav-informatie a:hover{
	background: url(../images/nav_informatie.gif) no-repeat left bottom;
}
#nav #nav-media a{
	width: 103px;
	background: url(../images/nav_media.gif) no-repeat left top;
}
#nav #nav-media a:hover{
	background: url(../images/nav_media.gif) no-repeat left bottom;
}

#nav #nav-contact a{
	width: 103px;
	background: url(../images/nav_contact.gif) no-repeat left top;
}
#nav #nav-contact a:hover{
	background: url(../images/nav_contact.gif) no-repeat left bottom;
}

body#home #nav-home a{
	background: url(../images/nav_home.gif) no-repeat left bottom;
}
body#overons #nav-overons a{
	background: url(../images/nav_overons.gif) no-repeat left bottom;
}
body#programma #nav-programma a{
	background: url(../images/nav_programma.gif) no-repeat left bottom;
}
body#informatie #nav-informatie a{
	background: url(../images/nav_informatie.gif) no-repeat left bottom;
}
body#media #nav-media a{
	background: url(../images/nav_media.gif) no-repeat left bottom;
}
body#contact #nav-contact a{
	background: url(../images/nav_contact.gif) no-repeat left bottom;
}


