/* CSS Document */

/* horizontale navigatie #MenuTop   */



/* plaats  */
#MenuTop {
	position:absolute;
	top:0px;
	left:10%;
	width:89%;
}
#MenuTop ul{
	width:100%;
}
.menu, .menu a:link, .menu a:visited {
	position:relative;
	top:0px;
	height:auto;
	text-align: left;
	color: #000000;
	font-size: 1.1em !important;
	font-weight: bold !important;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-left:6px;
	width:auto;
	

	
}

.menu li {
	position:relative;
	width:auto;
	float:left;
	list-style-type: none;
	margin-right: 5%;
        padding-left:9px;
}
.menu li#current
	{
	color: #FF9933;
	text-decoration:underline;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
        padding-left: 6px;
}

/* current menu */
.menu a:hover {
	color: #000000;
	text-decoration:underline;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 6px;

}