#nav_container ul {
	list-style: none;
	float: left;
	padding: 0;
	margin:0;
	
	z-index: 10;
}

#nav .menuitem {
	position: relative;
	float: left;
	
	height: 31px;
	line-height: 31px;
	
	margin: 0 1px;
}

#nav .menuitem a {	
	display: inline-block;
	height: 31px;
	line-height: 31px;
	
	padding: 0 22px 0 22px;
	
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	
	white-space: nowrap;
}

#nav .menuitem a:hover {
	color: #444;
}

#nav .submenu a {
	height: 30px;
	line-height: 30px;
	padding: 0 22px 0 22px;
	color: #444;
}

#nav .menuitem a:hover {
	color: #00bbf5;
}

#nav .submenu {
	display: none;
	position: absolute;
	
	left: 0px;
	top: 31px;
	background: #FFF;
}

#nav .submenu li {
	height: 30px;
	line-height: 30px;
}

.menuitem_over, .hoofd_item_selected {
	color: #444 !important;
	background: transparent url('../images/backgrounds.nav.left.png') no-repeat left top !important;
}

.menuitem_over_li, .hoofd_item_selected_li {
	background: transparent url('../images/backgrounds.nav.right.png') no-repeat right top !important;
}

.menuitem_over_li a, .hoofd_item_selected_li a {
	margin: 0 5px 0 0;
	padding: 0 17px 0 22px !important;
}

.menuitem_over_li ul, .hoofd_item_selected_li ul {
	left: 0 !important;
}