/* hoofdmenu */
#menu {
	width: 		630px;
	height:		38px;
	/height:		48px;
	background: 	url("/eCache/DEF/46.jpg") repeat-x 0% 100%;
	margin-left: 	-2px;
}
#menu_inner {
	margin-top:	12px;
	margin-left: 	-5px;
}
#menul1 {
	line-height: 	12px;
	z-index: 		99;
border-bottom: 5px solid #fff;
}
#menul1, #menul1 ul {
	padding:		0px;
	margin:		0px;
	list-style: 		none;
}
#menul1 ul {
	position: 		absolute;
	width: 		170px;
	/width: 		170px;
	left:		-10000px;
	display:		none;
	padding-top:	22px;
	/padding-top:	20px;
	background:	#fff;
}
#menul1 li:hover ul, #menul1 li.ie_fix_hover ul {
	left:		auto;
	display:		block;
	background:	url("/eCache/DEF/511.gif") no-repeat 0px 10px;
	padding-right:	2px;
	/padding-right:	0px;
	/background:	url("/eCache/DEF/511.gif") no-repeat -2px 10px;
}
#menul1 a {
	display:		block;
}
#menul1 li a {
	color:		#0f3178;
	font-weight: 	900;
	font-size:		12px;
	text-decoration:	none;
}
#menul1 li {
	border-right: 	1px solid #0f3178;
	float:		left;
}
#menul1 li.laatste {
	border:		none;
}
#menul1 li a {
	padding-left:	4px;
	padding-right:	2px;
}
#menul1 li a:hover {
	color: 		#EE990A;
}

#menul1 .menuactive {
	color: 		#EE990A;
}

/* LET OP: dit aanpassen naar itemnummers, bijv  S123 .. de S omdat identifiers niet met een nummer mogen beginnen 
     en vergeet home.css niet aan te passen.
*/
#menul1 li#zoekwoning { 
	width:		174px;
}
#menul1 li#huurder {
	width:		90px;
}
#menul1 li#overhestia {
	width:		115px;
}
#menul1 li#hierwerkt {
	width:		148px;
}
#menul1 li#hestianieuws {
	width:		50px;
}
#menul1 .menul2 {
	display:		block;
	z-index:		99;
	border-bottom: 	2px solid #fcb131;
	margin-left:	-3px;
}
#menul1 .menul2 li { /* submenu geen border per li, inheritance van menul1 */
	border: 		none;
	overflow:		hidden;
	width:		100%;
	z-index:		10;
	border-right: 	2px solid #fcb131;
}


#menul1 .menul2 li a {
	width:		100%;
	line-height:	14px;
	color:		#000000;
	font-size:		11px;
	font-weight:	100;
	padding-top:	4px;
	padding-bottom:	4px;
	padding-left:	8px;
	padding-right:	8px;
	border:		none; /* en zet border weer uit */
	background:	#fff3e2;
}
#menul1 .menul2 li a:hover {
	background-color:	#ffe4bc;
}
/* tot hier hoofdmenu */
