/** TOP MENU **/

#header #top #second_menu ul,
#header #top #topmenu ul,
#footer ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#header #top #second_menu ul li,
#header #top #topmenu ul li {
	float:left;
	color: #003772;
	padding: 0px 6px 0px 4px;
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
li.lastli {
	padding-right: 0px !important;
	background-image: none !important;
}


/** IMAGE MENU **/

#menu ul {
	padding:0px;
	margin:0px;
}

#menu li {
	float:left;
	list-style-type:none;
}

#menu_image1 {
	position: absolute;
	left:0px;
	z-index:10;
}
#menu1 ul {
	left:0px;
	z-index: 20;
}

#menu_image2 {
	position: absolute;
	left:77px;
	z-index:9;
}

#menu2 ul {
	left:77px;
}

#menu_image3 {
	position: absolute;
	left:183px;
	z-index:8;
}

#menu3 ul {
	left:183px;
}

#menu_image4 {
	position: absolute;
	left:266px;
	z-index:7;
}

#menu4 ul {
	left:266px;
}

#menu_image5 {
	position: absolute;
	left:438px;
	z-index:6;
}

#menu5 ul {
	left:438px;
}

#menu_image6 {
	position: absolute;
	left:650px;
	z-index:5;
}

#menu6 ul {
	left:650px;
}

#menu_image7 {
	position: absolute;
	left:722px;
	z-index:4;
}

#menu7 ul {
	left:722px;
}

#menu_image8 {
	position: absolute;
	left:834px;
	z-index:3;
}

#menu8 ul {
	lef t:650px;
	right: 0px;
}

#menu ul li ul li.bottom {
	background-image: url(../images/bottom-submenu.gif) !important; 
	background-repeat:no-repeat;
	background-position: 0px;
	border:0px;
	height:15px;
	background-color: transparent;
	width:229px;
	padding-left:0px;
	padding-right:15px;
}



/*************************
*       PRIMAIR MENU     *
*************************/	
/* main div voor het top menu */


/* plaatsing van submenu*/
#menu ul li ul{
	list-style: none;
	margin: 0;
	padding: 0;
	top : 40px;
	float: left;
	width:240px;
}




/* border resetten voor de submenu items*/
#menu ul li ul li{
	background-color:white;
	border: 0px;
	border-left:1px solid #bebfb9;
	border-right:1px solid #bebfb9;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 10px 3px;
	top:0px;
	_top:0px;
	padding-left:35px;
	padding-right:15px;
	width:187px;
	line-height:24px;
	
}

/* grootte van de fonts*/
#menu a, #menu h2 {
	font-family:Tahoma, Arial;
	font-size:14px;
	margin: 0;
}

#menu .fontsizer a{
	padding: 0px;
}

/* positie van de 1e menu items*/	
#menu li {
}

/* positie van de submenu items*/
#menu li li{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 240px;
	float: left;
}

/* Positie van het submenu*/
#menu ul ul {
	position: absolute;
}

/* Positie van het sub-submenu*/
#menu ul ul ul {
	top: 0;
	left: 100%;
}

/* Niet tonen menu*/
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul,
div#menu ul li.over ul ul,
div#menu ul ul li.over ul ul
{
	display: none;
}

/* Tonen submenu op mouseover*/
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul li.over ul,
div#menu ul ul li.over ul
{
	display: block;
}



/*************************
*       SUBMENU          *
*************************/	

#submenu ul {
	
	margin:0px !important;
	padding:0px !important;
}

#submenu ul#sub_arrow li {
	list-style-type: none;
	margin:0px;
	padding:0px;
	padding-left:25px;
	padding-top:5px;
	min-height:22px;
	_height:22px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	_behavior: url("../js/iepngfix.htc");
}

#submenu ul li {
	list-style-type: none;
	margin:3px 0px 0px 9px;
	padding:0px 0px 0px 15px;
	min-height:22px;
	_height:22px;
}

#submenu ul#sub_arrow li.sub {
	background-image: url(../images/li-bullet.gif);
	background-repeat: no-repeat;
	background-position:10px 7px;
	padding-left:25px;
	min-height:15px;
	_height:15px;
}

#submenu .selected a {
	color: #37332f;
}

/*************************
*       SUBMENU          *
*************************/	

#submenu2{
	margin-bottom: 10px;	
}	

#submenu2 ul {
	
	margin:0px !important;
	padding:0px !important;
}

#submenu2 li {
	list-style-type: none;
	background-image: url(../images/li-bullet.gif);
	background-repeat: no-repeat;
	background-position:10px 5px;
	padding-left:25px;
	min-height:15px;
	_height:15px;
}

#submenu2 li.sub {
	background-image: url(../images/li-line.gif);
	background-repeat: no-repeat;
	background-position:25px 7px;
	padding-left:35px;
	min-height:15px;
	_height:15px;
}

#submenu2 .selected a {
	color: #37332f;
}



