@charset "utf-8";
/* CSS Document */

/*NAVIGATIE  */

#nav, #nav ul {
	padding: 3px 0 0 0;
	margin: 0;
	list-style: none;
	z-index:1;
	background-color:#FFFFFF;
}
#nav {	/* top space for nav */
	padding-top: 1px;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}
#nav li {
	float: left;
	width: 170px;
	background-color: #c54a4c;
	border-left: 2px solid #FFF;
}
#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;
	margin: 2px 5px 3px 5px;
	text-decoration: none;
}
#nav a {
	color: #FFF;
	cursor: default;
	font-size:13px;
	font-weight: bold;
}
#nav ul a:link, #nav ul a:visited {
	font-weight: normal;
	color: #CCC;
	cursor: pointer;
}
#nav ul a:hover, #nav ul a:active {
	font-weight: normal;
	color: #fff;
	cursor: pointer;
}

/* mainNav item that is selected */
#nav li.selected {
	background-color:#b20e10;
}
#nav ul li {
	background-color: #666;
	border-top: 1px solid #FFF;
	border-left: 0;	
}
#nav ul li a {
	font-size:11px;
	font-weight:400;
}
/* IE only hack  */
* html #nav ul li{
	border-bottom: 1px solid #FFF;
}
* html #nav ul li {
	border-top: 0;
}
/* Einde IE only hack */