/*---------------------------------------------------------------------------------------------------*/
/*Basis van het menu*/
/*---------------------------------------------------------------------------------------------------*/


#menubuilder_main_sub_0{
float: left;
padding-top: 40px ;
padding-left: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

/*---------------------------------------------------------------------------------------------------*/
/*navigatie links level1*/
/*---------------------------------------------------------------------------------------------------*/
.menubuilder-main-level1 {
	width: 210px;
	text-decoration: none;
}

.menubuilder-main-level1-hover a,
.menubuilder-main-level1-active a,
.menubuilder-main-level1-active-hover a,
.menubuilder-main-level1-item-active a,
.menubuilder-main-level1-item-hover a,
.menubuilder-main-level1-item-active-hover a,
.menubuilder-main-level1-item-childactive a,
.menubuilder-main-level1-item-childactive-hover a {
   	display: block;
	cursor: hand;
	color: #FFFFFF;
	font-weight: bold;
	height: 28px;
	padding-left: 40px;
	padding-top: 6px;
	text-align: left;
	background-color: #2D4E9D;
	background-image: url('/images/zwa/menu_bullet_big_white.gif');
	background-position: 25px 0px;
	background-repeat: no-repeat;
	width: 220px;
	text-decoration: none;
}

.menubuilder-main-level1-item {
	display: block;
	color: #25599C;
	height: 28px;
	font-weight: normal;
	padding-left: 15px;
	padding-top: 6px;
	text-align: left;
	background-image: url('/images/zwa/menu_bullet_big.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 195px;
	text-decoration: none;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #8288C0;
	margin-left: 25px;
}

/*---------------------------------------------------------------------------------------------------*/
/*navigatie links level2*/
/*---------------------------------------------------------------------------------------------------*/
.menubuilder-main-level2,
.menubuilder-main-level2-hover{
	display: none;
}
/*.menubuilder-main-level2-active,
.menubuilder-main-level2-active-hover  {
	background-color: #8288C0;
}*/

.menubuilder-main-level2-item-active a,
.menubuilder-main-level2-item-active-hover a,
.menubuilder-main-level2-item-childactive a,
.menubuilder-main-level2-item-hover a,
.menubuilder-main-level2-item-childactive-hover a {
	display: block;
	cursor: hand;
	color: #FFFFFF;
	font-weight: bold;
	height: 28px;
	padding-left: 51px;
	padding-top: 6px;
	text-align: left;
	background-color: #8288C0;
	background-image: url('/images/zwa/menu_bullet_small_white.gif');
	background-position: 25px 0px;
	background-repeat: no-repeat;
	width: 220px;
	text-decoration: none;
}

.menubuilder-main-level2-item {
	display: block;
	color: #25599C;
	height: 28px;
	font-weight: normal;
	padding-left: 26px;
	padding-top: 6px;
	text-align: left;
	background-image: url('/images/zwa/menu_bullet_small.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 195px;
	text-decoration: none;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #8288C0;
	margin-left: 25px;
	background-color: #d8deed;
}