
#nav
{
	width: 741px;
	font-family: arial, verdana;
	font-size: 13px;
	letter-spacing: 1px;
	border-bottom: 7px #162b42 solid;
	background: #FFFFFF;
}

#nav, #nav ul
{
	float: left;
	list-style: none;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em 0;

	background: #FFFFFF;
}

#nav a {
	display: block;
	color: #024f8f;
	background: none;
	text-decoration: none;
	line-height: 30px;
	padding-left: 12px;
	padding-right: 12px;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	margin: 0;
}

#nav li #subSubMenu {
  position: relative;
  left: 13.9em;
  height: auto;
  width: 130px;
  font-weight: normal;
  margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 14em;
	w\idth: 13em;
}

/*
------------------------------------------------------------------------------
SUBMENU: POSITIONERING
------------------------------------------------------------------------------
*/

#nav li ul ul {
	margin-top: -2.3em;
	margin-bottom: 0;
	margin-left: 14em;
	margin-right: 0;
}

/*
------------------------------------------------------------------------------
SUBMENU: KLEINE EXTRA OMDAT VANAF LAAG 4 DE TOP-POSITIE IETWAT WIJZIGD
(DON'T ASK WHY!!)
------------------------------------------------------------------------------
*/

#nav li ul ul ul ul ul {
	margin-top: -2.35em;
	margin-bottom: 0;
	margin-left: 14em;
	margin-right: 0;
}
#nav li ul ul ul ul ul ul{
	margin-top: -2.4em;
	margin-bottom: 0;
	margin-left: 14em;
	margin-right: 0;
}

/*
------------------------------------------------------------------------------
MOUSEOVER: TONEN/VERBERGEN VAN SUBMENU'S (MAX. 5 LAGEN DIEP)
------------------------------------------------------------------------------
*/

	#nav li:hover ul ul,
	#nav li:hover ul ul ul,
	#nav li:hover ul ul ul ul,
	#nav li:hover ul ul ul ul ul,
	#nav li:hover ul ul ul ul ul ul,
	#nav li.over ul ul,
	#nav li.over ul ul ul,
	#nav li.over ul ul ul ul,
	#nav li.over ul ul ul ul ul,
	#nav li.over ul ul ul ul ul ul
	{
		left: -999em;
	}

	#nav li:hover ul,
	#nav li li:hover ul,
	#nav li li li:hover ul,
	#nav li li li li:hover ul,
	#nav li li li li li:hover ul,
	#nav li li li li li li:hover ul,
	#nav li.over ul,
	#nav li li.over ul,
	#nav li li li.over ul,
	#nav li li li li.over ul,
	#nav li li li li li.over ul,
	#nav li li li li li li.over ul
	{
		left: auto;
	}

/*
------------------------------------------------------------------------------
MOUSEOVER: HET AANPASSEN VAN (ACHTER)GRONDEN E.D.
------------------------------------------------------------------------------
*/


	#nav li:hover,
	#nav li.over
	{
		background-color: #cbdfef;
	}

/*
------------------------------------------------------------------------------
SIDE MENU
------------------------------------------------------------------------------
*/

		#menu li, #right li
	{
		float: left;
		display: block;
	}

	#sidemenu {
		float: right;
		width: 59px;
		line-height: 30px;
		_line-height: 30px;
		height: 30px;
		_height: 30px;

		list-style-type: none;
		border-bottom: 7px #162b42 solid;
		background: #fff;

		display: block;
	}

	#sidemenu li a
	{
    width: 59px;
		padding-left: 10px;
		padding-right: 14px;
		text-decoration: none;
		font-weight: bold;
		padding-top: 9px;
		padding-bottom: 8px;
	}

	#sidemenu li a:hover
	{
		background: #cbdfef;
	}
