/* Deze CSS wordt gebruikt om een dynamisch menu te maken.
   Gelieve hier de styling voor het menu NIET in te zetten. */

/*
#menu ul.level1
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 185px;
}
*/
#menu ul.level2
{
	list-style: none;
	display: none;
	position: absolute;
	left: -39px;
	width: 163px;
	height: 28px;
	top: 39px;
	z-index:0;
}

#menu li.level1
{
	position: relative;
	display: block;
}

#menu li:hover ul.level2
{
	display: block;
}

#menu li.level2
{
	position: relative;
	display: block;
}

/* ######################## MENU STYLES ######################## */
#menu {
	position:				relative;
	z-index:					20;
	background:				#FFFFFF url(../images/menu_back.gif) repeat-x 0 0;
	height:					39px;
	text-align:				center;
}

#menu ul.level1 {
	font:						16px Times;
	font-weight:			bold;
	height:					39px;
	margin-top: 			0px;
	margin-bottom:			0px;
	text-align:				center;
	color:					#FFFFFF;
}

#menu ul li.level1 {
	margin-left: 			-3px;
	width:					166px;
	height:					39px;
	line-height:			39px;
	background:				url(../images/button_inactive.gif) no-repeat 0 0;
	list-style: 			none;
	float:					left;
	cursor:					pointer;
	vertical-align:		middle;
}
#menu ul li.level1:hover {
	background:				url(../images/button_active.gif) no-repeat 0 0;
}

#menu ul li.level2, #menu ul li.level2:hover {
	min-height:					24px;
	line-height:			34px;
	padding-top:			10px;
	background-image:		none;
	background-color:		#e95e3f;
	font:						12px normal;
	font-family:			Arial;
	text-align:				left;
	text-indent:			10px;
}
/* ######################## END MENU STYLES ######################## */
