#nav, #nav ul { /* all lists */
	margin : 0;
	padding : 0 0 0 5px;
	list-style-type : none;
	width : auto;
	float : left;
}

/* FF */
html>body #nav { /* all list items */
	margin: 0;
}

.menu ul#nav li.break {
	float : left;
	background-image : url(http://www.dvan.nl/gfx/menu_break.gif);
	background-position : left top;
	background-repeat : no-repeat;
	margin : -1px 0 0;
	line-height : 0;
	font-size : 0;
	width : 2px;
	height : 20px;
}

#nav a {
	display: block;
	padding : 0;
	text-decoration: none;
	white-space: nowrap;
	text-decoration : none;

	color : #FFFFFF;
	/*height : 23px;*/

	/*border-color: #FFFFFF;*/
	
	line-height : normal;
	font-weight : normal;
	font-family : Verdana;
	text-align : center;
	font-size : 13px;
	width : 135px;	
}
#nav a:hover {
	color: #FFFFFF;
}

#nav li div.topmenu_off a{
	background-image : url(http://www.dvan.nl/gfx/spacer.gif);
	background-position : left top;
	background-repeat : no-repeat;
	color: #FFFFFF;
}
#nav li div.topmenu_off a:hover{
	background-image : url(http://www.dvan.nl/gfx/spacer.gif);
	background-position : left top;
	background-repeat : no-repeat;
	color: #FFFFFF;
}
#nav li div.topmenu_on a, #nav div.topmenu_on a:hover{
	background-image : url(http://www.dvan.nl/gfx/spacer.gif);
	background-position : left top;
	background-repeat : no-repeat;
	color: #FFFFFF;
	text-decoration: underline;
}

#nav li { /* all list items */
	float: left;
	width: 0px; /* width needed or else Opera goes nuts */
	background-color: #transparent;
	padding: 0;
	margin: 0;
	
}
/* FF */
html>body #nav li { /* all list items */
	width: auto;
}

#nav li ul { /* second-level lists */
	width: 145px;	
	margin: 0px 0 0 2px;
	padding : 10px 0 0 0px;
	background-image : url(http://www.dvan.nl/gfx/bg_submenu.gif);
	background-position : left 100%;
	background-repeat : no-repeat;	
	position: absolute;
	z-index: 1500;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li.submenu_bottom { /* second-level lists */
	float: left;
	width: 145px;	
	height: 6px;
	line-height: 0;
	margin: 1px 0 0 2px;
	padding : 0px;
	border: 0;
	overflow: hidden;
}


#nav li ul li { /* second-level lists */
	width: 100%;
}

#nav li ul a,
#nav li ul a:hover,
#nav li ul li ul a,
#nav li ul li ul a:hover
{
	display: block;
	background-image : url(http://www.dvan.nl/gfx/bg_submenu_item.png);
	background-position : left top;
	background-repeat : no-repeat;

	
	height: 25px;
	width: 135px;
	line-height : 25px;
	font-weight : normal;
	font-family : Verdana;
	text-align : center;
	font-size : 13px;

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	text-decoration: none;
	text-transform: none;
	white-space: nowrap;
	
	border-bottom: 1px #00376c solid;
	cursor: pointer;

}

/* second-level lists */
#nav li ul a {
	color: #CCCCCC;
	text-indent: 0px;
}

#nav li ul a:hover {
	background-image : url(http://www.dvan.nl/gfx/bg_submenu_item_hover.png);
	background-position : left top;
	background-repeat : no-repeat;
	text-indent: 0px;
	color: #FFFFFF;
}

/* FF */
html>body #nav li ul ul {
	margin: -24px 0 0 200px;	/* 12-04-06 : 177px */
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.moodbar {
	clear: left;
}
