.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height:18px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
	vertical-align: middle;	
}

.menulist ul {
	display: none;
	position: absolute;
	top: 1.0em;
	margin-top: 13px;
	left: -1px;
	width:160px;
	
}

.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}

.menulist li {
	float: left;
	display: block;
	position: relative;margin-right: -1px;
	/*border: 1px solid transparent;
	
	background-color: transparent;*/
}

.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px;
 background-image: url(/afbeeldingen/menu_boven-bg.png); 
 height:30px;
 padding-left: 2px;
 	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height:18px;
	color: #FFFFFF;
	font-style: italic;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

.menulist a {
	display: block;
	padding: 3px;
	color: #FFFFFF;
	text-decoration: none;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #7e7eb4;

}
.menulist a.highlighted {
 color: #7e7eb4;
/* background-color: transparent;*/
}


.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */
