@charset "utf-8";
/* CSS Document */

#nav, #nav ul {
	float: left;
	width: 426px;
	list-style: none;
	line-height: 1;
	background: white;
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#nav a {
	display: block;
	font-weight: 100;
	color: #5e5c56;
	text-decoration: none;	
}

#nav li li a {
	width: 220px;
	padding:5px 0px 5px 5px;
}

#nav a.daddy {
	background: url(images/rightarrow1.gif) center right no-repeat;
}
#nav a.daddy:hover {
	background: url(images/rightarrow1.gif) center right no-repeat;
	background-color:#9ACA09;
}
#nav li {
	float: left;
	width: 142px;
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 225px;
	w\idth: 225px;
	font-weight: none;
	border:solid 3px #5e5c56;
	padding: 0;
	visibility: visible;
}
#nav li li {
	padding-right:0;
	width:100%;
}
#nav li li a {
	height: 20px;
	background:url("");
}

#nav li li a:hover {
	color:#fff;
	width: 220px;
	background-image:none;
	background-color:#9ACA09;
}
/*positie uitklapmenu 2 en 3 (boven/rechts/onder/links)*/
#nav li ul ul {
	margin: -33px 0 0 225px
}
/*hover ul (dus hele menuvlak)*/
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/*marge tussen linkerkant scherm en begin uiklapvlak*/
#nav li:hover ul, #nav li.sfhover ul {
	margin-left: 30px;
}
/*marge tussen linkerkant scherm en begin 2e en 3e uitklapvlak*/
#nav li li:hover ul, #nav li li.sfhover ul {
	margin-left: 225px;
}
/*achtergrond menu met dierenplaatjes*/
#nav li:hover, #nav li.sfhover {
	background:transparent;
}
.lipaarden a {
	width:142px;
	height:162px;
	background-image: url(images/basis/paarden.jpg);
	background-repeat: no-repeat;
}
.lipaarden a:hover {
	background-image: url(images/basis/paarden-active.jpg);
	background-repeat: no-repeat;
}
.lihonden a {
	width:142px;
	height:162px;
	background-image: url(images/basis/honden.jpg);
	background-repeat: no-repeat;
}
.lihonden a:hover {
	background-image: url(images/basis/honden-active.jpg);
	background-repeat: no-repeat;
}
.likatten a {
	width:142px;
	height:162px;
	background-image: url(images/basis/katten.jpg);
	background-repeat: no-repeat;
}
.likatten a:hover {
	background-image: url(images/basis/katten-active.jpg);
	background-repeat: no-repeat;
}

