#nav {
	font-family: tahoma, arial;
	color: #275699;
	font-weight: bold;
	font-size: 11px;
	padding-right: 0px; 
	padding-left: 35px; 
	padding-bottom: 0px; 
	margin: 0px; 
	line-height: 25px; 
	padding-top: 0px; 
	list-style-type: none;
	cursor: default;
}

/*IE7 hack om menu te hidden als er geen focus meer is*/
#nav li:hover, #nav li.hover { 
	position: static; 
} 

#nav ul {
	padding-right: 5px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px;
	line-height: 1.8;
	padding-top: 4px; 
	list-style-type: none;
}

#nav a.subitem {
	display: block; 
	width: 155px;
	/*border: 1px solid green;*/
}

#nav a.head{
	width	: auto;
	text-decoration : none;
}

#nav li {
	float: left; 
	width: auto;
	border:0px solid yellow;
	padding-right: 55px;
}

#nav li ul {
	left: -999em; 
	width: 135px; /*ff breedte submenu */
	position: absolute;
	z-index: 2;
}

#nav li ul li {
	background-image :url("/images/menuitem2.gif");
	background-repeat : repeat-y;
	height : 26px; 
	padding-left :10px;
}

#nav li:hover ul {
	left: auto;
}

#nav li.sfhover ul {
	left: auto;
}