
#container #header #menu {
	height: 44px;
	border-bottom: 1px solid #c2c2c2;
	position: relative;
}

#container #header #menu ul li a.menu_item {
	float: left;
	display: block;
	height: 44px;
	position: relative;
}

#container #header #menu ul li a.menu_item span {
	display: none;
}

#container #header #menu ul li a#menu_home {
	width: 117px;
	background-image: url('/shared/images/custom/menu/NL/menu_home.gif');
}

#container #header #menu ul li a#menu_home:hover,
#container #header #menu ul li a#menu_home_on {
	width: 117px;
	background-image: url('/shared/images/custom/menu/NL/menu_home_on.gif');
}

#container #header #menu a#menu_cases {
	width: 142px;
	background-image: url('/shared/images/custom/menu/NL/menu_cases.gif');
}

#container #header #menu a#menu_cases:hover,
#container #header #menu a#menu_cases_on {
	width: 142px;
	background-image: url('/shared/images/custom/menu/NL/menu_cases_on.gif');
}

#container #header #menu a#menu_over_faxservicenl {
	width: 244px;
	background-image: url('/shared/images/custom/menu/NL/menu_over_faxservice.gif');
}

#container #header #menu a#menu_over_faxservicenl:hover,
#container #header #menu a#menu_over_faxservicenl_on {
	width: 244px;
	background-image: url('/shared/images/custom/menu/NL/menu_over_faxservice_on.gif');
}

#container #header #menu a#menu_helpdesk {
	width: 163px;
	background-image: url('/shared/images/custom/menu/NL/menu_helpdesk.gif');
}

#container #header #menu a#menu_helpdesk:hover,
#container #header #menu a#menu_helpdesk_on {
	width: 163px;
	background-image: url('/shared/images/custom/menu/NL/menu_helpdesk_on.gif');
}

#container #header #menu a#menu_contact {
	width: 132px;
	background-image: url('/shared/images/custom/menu/NL/menu_contact.gif');
}

#container #header #menu a#menu_contact:hover,
#container #header #menu a#menu_contact_on {
	width: 132px;
	background-image: url('/shared/images/custom/menu/NL/menu_contact_on.gif');
}


/* BEGIN SUCKERFISH */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.1;
	z-index: 600;
	white-space: nowrap;
	width:798px;
	margin-left:auto;
	margin-right:auto;
}

#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 */
