#menu {

	list-style: none;

	padding: 0;

	margin: 0 auto;

	width: 815px;

	height: 140px;

	position: relative;

	background-color:#FFFFFF;

}

#menu span {

	display: none;

	position: absolute;

}

#menu a {

	display: block;

	text-indent: -900%;

	position: absolute;

	outline: none;

	cursor:pointer;

}

#menu a:hover {

	background-position: left bottom;

	cursor:pointer;

}

#menu a:hover span{

	display: block;

	cursor:pointer;

}

#menu .home {

	width: 130px;

	height: 130px;

	background: url(../images/happy.gif) no-repeat;

	left: 5px;

	top: 5px;

}

#menu .home span {

	width: 130px;

	height: 130px;

	background: url(../images/happy.gif) no-repeat;

	left: 0px;

	top: 0px;

}

#menu .kleding {

	width: 130px;

	height: 130px;

	background: url(../images/regenkleding.gif) no-repeat;

	left: 140px;

	top: 5px;

}

#menu .kleding span {

	width: 130px;

	height: 130px;

	background: url(../images/regenkleding.gif) no-repeat;

	left: 0px;

	top: 0px;

}



#menu .info {

	width: 130px;

	height: 130px;

	background: url(../images/info.gif) no-repeat;

	left: 545px;

	top: 5px;

}

#menu .info span {

	width: 130px;

	height: 130px;

	background: url(../images/info.gif) no-repeat;

	left: 0px;

	top: 0px;

}



#menu .nieuws {

	width: 130px;

	height: 130px;

	background: url(../images/nieuws.gif) no-repeat;

	left: 410px;

	top: 5px;

}

#menu .nieuws span {

	width: 130px;

	height: 130px;

	background: url(../images/nieuws.gif) no-repeat;

	left: 0px;

	top: 0px;

}



#menu .productinfo {

	width: 130px;

	height: 130px;

	background: url(../images/product.gif) no-repeat;

	left: 275px;

	top: 5px;

}

#menu .productinfo span {

	width: 130px;

	height: 130px;

	background: url(../images/product.gif) no-repeat;

	left: 0px;

	top: 0px;

}



#menu .contact {

	width: 130px;

	height: 130px;

	background: url(../images/contact.gif) no-repeat;

	left: 680px;

	top: 5px;

}

#menu .contact span {

	width: 130px;

	height: 130px;

	background: url(../images/contact.gif) no-repeat;

	left: 0px;

	top: 0px;

}





.leftMenu {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	font-size: 14px;
	font-family: Arial, sans-serif, Helvetica,;
	color: #ffffff;
	font-weight: bold;
}


.leftMenu span {
	display: none;
	position: absolute;
}

.leftMenu a {
     margin-bottom: 5px;
     width: 120px; 
     display: block;
     text-align: left;
     text-decoration: none;
     color: #ffffff;
     /** background: #fff; **/
}

	 
.active a{
	 color: #333333;
     margin-bottom: 5px;
     width: 120px; 
     display: block;
     text-align: left;
     text-decoration: none;
  }

.leftMenu a:hover {

	color: #333333;
     text-decoration: none;

 /**
     background: #ccc;
     border: 1px solid gray; 
  **/
}

 

.leftMenu a:active {

  /**
  background: gray;
  border: 1px solid gray; 
  color: #fff;
  **/
  }





