#nav, #nav ul {
	margin: 0;
	list-style: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#nav li {
	float: left;
	color: #DAD8FA;
	font-size: 13px;
}

#nav ul {
position: absolute;
width: 120px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D5D0E4;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 6px;
}

ul a{
	font-weight: normal;
	color: #D5D0E4;
	cursor: hand;
	text-transform: uppercase;
}

ul ul a:link, ul ul a:visited{
	font-weight: normal;
	color: #FFF;
	cursor: hand;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #FFF;
cursor: hand;
}

ul li{
	border-left: 0px solid #FFF;

}

ul ul li{
	background-color: #20006D;
	width: 140px;
	border-top-width: 1px;
	margin: 0px;
	padding: 0px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 0px solid #FFF;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */ 


.nav .streepje {
	font-size: 10px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
#menu-ag {
	background: url(../images/new/ag-menu.jpg);
}

