/* © Jay Tang | Terra Preta - www.terra-preta.nl */

ul#nav {
	width: 950px;
	height: 25px;
	background: url(http://www.isensejobs.nl/itf/hrm/hrmhead.nsf/bg_nav.gif) repeat-x left top;
}

ul#nav li {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	list-style-type: none;
	background: url(http://www.isensejobs.nl/itf/hrm/hrmhead.nsf/nav_spacer.gif) no-repeat right top;
	float: left;
}

ul#nav li:hover, 
ul#nav li.hover {
	background: url(http://www.isensejobs.nl/itf/hrm/hrmhead.nsf/bg_nav_highlight.gif) repeat-x left top;
}

ul#nav li a {
	font-size: 1.2em;
	line-height: 2.1em;
	text-decoration: none;
	color: #FFFFFF;
}
ul#nav li a:hover {
	color: #1C2859;
}
ul#nav li ul {
    position: absolute;
    top: 25px;
    left: 0px;
    padding-top: 0px;
    background: #F46904;
    display: none;
    z-index: 999;
}

ul#nav, ul#nav li ul li, ul#nav li ul li a {
    z-index: 999;
}

ul#nav li:hover ul,
ul#nav li.hover ul {
	display: block;
}
ul#nav li li {
	padding-right: 10px;
	min-width: 150px;
	list-style-type: none;
	background: none;
	clear: both;
}
ul#nav li li:hover,
ul#nav li li.hover {
	background: none;
}
ul#nav li li a {
	line-height: 2.5em;
	display: block;
}

