#container #header #menu {
	height: 44px;
	width:798px;
	overflow:hidden;
	border-bottom: 1px solid #c2c2c2;
	position: relative;
}
/*
#container #header #menu ul li a.menu_item, #container #header #menu ul li a.desk_login {
	float: left;
	display: block;
	height: 44px;
	position: relative;
}
*/


#container #header #menu ul li a.menu_item_on {
	height:auto;
}

#container #header #menu ul li a.desk_login {
	padding:0px 26px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	height: 42px;
	line-height:42px;
	font-family:HelveticaNeue, Helvetica Neue, Helvetica, tahoma, arial;
	font-size:18px;
	color:#219ed5;
	letter-spacing:-1px;
	text-decoration:underline;/*overwrites #nav a*/
}

#container #header #menu ul li a.menu_item, #container #header #menu ul li a.menu_item_on {
	display:block;
	border-top:1px solid white;
	border-bottom:1px solid white;
	height:42px;
	background-repeat:no-repeat;
}

#container #header #menu ul li a#menu_home {
	width:107px;
	background-image: url('../../images/custom/corporate/buttons/home.gif');
}

#container #header #menu ul li a#menu_home:hover,
#container #header #menu ul li a#menu_home_on {
	width:107px;
	background-image: url('../../images/custom/corporate/buttons/home_mo.gif');
}

#container #header #menu a#menu_cases {
	width:97px;
	background-image: url('../../images/custom/corporate/buttons/cases.gif');
}

#container #header #menu a#menu_cases:hover,
#container #header #menu a#menu_cases_on {
	width:97px;
	background-image: url('../../images/custom/corporate/buttons/cases_mo.gif');
}

#container #header #menu a#menu_nieuws {
	width:106px;
	background-image: url('../../images/custom/corporate/buttons/nieuws.gif');	
}

#container #header #menu a#menu_nieuws:hover,
#container #header #menu a#menu_nieuws_on {
	width:106px;
	background-image: url('../../images/custom/corporate/buttons/nieuws_mo.gif');	
}

#container #header #menu a#menu_faq {
	width:83px;
	background-image: url('../../images/custom/corporate/buttons/faq.gif');	
}

#container #header #menu a#menu_faq:hover,
#container #header #menu a#menu_faq_on {
	width:83px;
	background-image: url('../../images/custom/corporate/buttons/faq_mo.gif');	
}

#container #header #menu a#menu_over_ons {
	width:115px;
	background-image: url('../../images/custom/corporate/buttons/over.gif');
}

#container #header #menu a#menu_over_ons:hover,
#container #header #menu a#menu_over_ons_on {
	width:115px;
	background-image: url('../../images/custom/corporate/buttons/over_mo.gif');
}

#container #header #menu a#menu_login {
	width:180px; /* NOTICE: image is actually 182px width*/
	background-image: url('../../images/custom/corporate/buttons/login.gif');
}

#container #header #menu a#menu_login:hover,
#container #header #menu a#menu_login_on {
	width:180px;; /* NOTICE: image is actually 182px width*/
	background-image: url('../../images/custom/corporate/buttons/login_mo.gif');
}

#container #header #menu a#menu_contact {
	width:109px;
	background-image: url('../../images/custom/corporate/buttons/contact.gif');
}

#container #header #menu a#menu_contact:hover,
#container #header #menu a#menu_contact_on {
	width:109px;
	background-image: url('../../images/custom/corporate/buttons/contact_mo.gif');
}

/* BEGIN SUCKERFISH */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.1;
	z-index: 600;
	white-space: nowrap;
}

#nav a {
	display: block;
	text-decoration: none;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	left: -999em;
}

#nav li ul li {
	clear: both;
	vertical-align: center;
}

#nav li ul li a {
	display: block;
	background-color: #255095;
	color: #6FA6F9;
	width: 140px;
	overflow: hidden;
	padding: 4px;
	font-weight: bold;
	border-top: 1px solid white;
}

#nav li ul li a:hover {
	color: #fff;
	background-color: #770900;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	top: 35px;
	margin-left: 0;
}
/* END SUCKERFISH */
