#nav, #nav ul {
	padding: 0px;
	margin: 0;
	list-style: none;
	font: 12px Arial, Helvetica, sans-serif;
	z-index: 3;
}

#nav li {
	height: 25px;
	float: left;
	padding: 9px 11px 0px 11px;
}

#nav li:hover {
	height: 25px;
	float: left;
	padding: 9px 11px 0px 11px;
	background: url(../images/menu_balk_bg.jpg) top left repeat-x;
}

.active {
	background: url(../images/menu_balk_bg.jpg) top left repeat-x;
}

#nav ul {
	position: absolute;
	width: 150px;
	left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
	position: absolute;
	left: auto;
	top: 34px;
	margin-left: -12px;
	font: 11px Arial, Helvetica, sans-serif;
}

#nav a {
	display: block;
	text-decoration: none;
}

ul a{
	color: #FFF;
	cursor: pointer;
}

ul ul a:link, ul ul a:visited{
	font-weight: normal;
	color: #FFF;
	cursor: pointer;
}

ul ul a:hover, ul ul a:active{
	font-weight: normal;
	color: #FFF;
	cursor: pointer;
}

ul li{
	border-right: 1px solid #3c79a9;
}

ul ul li{
	background: url(../images/menu_balk_bg.jpg) top left repeat-x;
}

ul li ul li {
	width: 150px;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
}

* html ul ul li{
	border-top: 0;
}
/* Einde IE only hack */ 
