#menu {
	float:left;
	width: 100%;	/* hack for opera7 */
	border-right: 1px dashed #009900;
	margin: 0;
	padding: 0px;
	width: 150px;  /* box model hack */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 160;	
	height: 100%; 
}

#menu h4 {
	display: none;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	margin: 0;		/* hack for opera7 */
	float: left;
	background-repeat: no-repeat;
}
#menu li a {
	display: block;
	height: 19px;
	background-repeat: no-repeat;
}
/* not using overflow:hidden technique because of float */
#menu li a span {
	display: none;
}

/* home */
#menu li.homie {
	display: none;
}

/* home */
#menu li.home a {
	width: 145px;
	background-image: url(../resources/home.gif);
}
body.home #menu li.home a, #menu li.home a:hover {
	background-position: -145px 0;
}

/* profiel */
#menu li.profiel a {
	width: 145px;
	background-image: url(../resources/profiel.gif);
}
body.profiel #menu li.profiel a,#menu li.profiel a:hover {
	background-position: -145px 0;
}

/* assortiment */
#menu li.assortiment a {
	width: 145px;
	background-image: url(../resources/assortiment.gif);
}
body.assortiment #menu li.assortiment a,
#menu li.assortiment a:hover {
	background-position: -145px 0;
}

/* bloembollen_verpakt */
#menu li.bloembollen_verpakt  a {
	width: 145px;
	background-image: url(../resources/bloembollen_verpakt.gif);
}
body.bloembollen_verpakt  #menu li.bloembollen_verpakt  a,
#menu li.bloembollen_verpakt  a:hover {
	background-position: -145px 0;
}

/* bloembollen_los  */
#menu li.bloembollen_los a {
	width: 145px;
	background-image: url(../resources/bloembollen_los.gif);
}
body.bloembollen_los #menu li.bloembollen_los a,
#menu li.bloembollen_los a:hover {
	background-position: -145px 0;
}

/* contact  */
#menu li.contact a {
	width: 145px;
	background-image: url(../resources/contact.gif);
}
body.contact #menu li.contact a,
#menu li.contact a:hover {
	background-position: -145px 0;
}

body.contact #menu li.contact a,
#menu li.contact a:hover {
	background-position: -145px 0;
}
