#nav {
	position:absolute;
	top:100px;
	z-index:999;
}

#nav, #nav ul {
padding:0;
margin:0;
list-style:none;
}

#nav li {
float:left;
width:auto; /*width: 120px;*/
}
				
				#nav li li a {
				display:block;
				float:left;
				width:122px;
				padding:7px 7px 7px 25px;
				text-decoration:none;
				font-size:11px;
				}

#nav ul {
position:absolute;
width:120px;
left:-2000px;
}

#nav li:hover ul, #nav li.sfhover ul {
left: auto;
background-position: 0 0;
}

#nav li a {
display:block;
padding:7px 5px 7px 5px;
text-decoration:none;
font-size:11px;
}

		#nav a.home {
		padding:7px 7px 7px 14px;
		}

 ul#nav a{
margin-bottom:4px; /*firefox*/
font-weight:bold;
font-size:11px;
color: #000;
text-transform:uppercase;
cursor:pointer;
display:block;
}

 ul#nav ul a{
margin-bottom:0; /*firefox*/
font-weight:bold;
color:#fff;
cursor: pointer;
display:block;
}

 ul#nav ul a:hover{
color:#E41715;
}

				/*\*/ 
				html*ul a {
				margin-bottom:6px; /*mac*/
				}
				
				html*ul ul a {
				margin-bottom:0; /*mac*/
				}
				/*end*/

#nav ul ul a:hover{
font-weight:bold;
color: #E41715;
cursor:pointer;
display:block;
}

ul ul li{
/*border-top: 3px solid #FFF;*/
border-left:2px solid #E41715;
border-right:2px solid #E41715;
display:block;
background:#E41715;
}

ul ul li a{
background:url(../images/dropdown_pijl.gif) 8px 8px  no-repeat;
}

				ul#nav li:hover, ul#nav li.sfhover{
				background:#E41715;
				}

				ul#nav li.last_over:hover, ul#nav li.last_over{
				background:none;
				}

				ul ul li:hover, ul ul li.sfhover{
				/*border-top: 3px solid #FFF;*/
				border-left: 0;
				border-left:2px solid #E41715;
				border-right:2px solid #E41715;
				display:block;
				}

				ul ul li a:hover, ul ul li a.sfhover{
				background: #fff url(../images/dropdown_pijl_over.gif) 8px 8px no-repeat;
				}
				
				
				#nav li .button_zoeken{
				background: url(../images/button_zoek.gif) no-repeat;  width:16px; height:16px; margin:5px 0 0 2px; float:left;
				}
				
				
				#nav li input{
				width:105px; font-size:12px; margin-top:4px; float:left;
				}
				
				/*
				.first{
				margin-left:10px;
				}
				*/
								
				.last {
				 border-bottom:2px solid #E41715;
				 background:#E41715 url(../images/dropdown_bckgrnd.png) bottom left repeat-x;
				}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom:0;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */

ul#nav li a.selected        { color:#fff; }