/*!!!!!!!!!!!!!!!!!eerste menu!!!!!!!!!!!!!!! */

#menu_container1{
	position:relative;
	height:28px;
	top:145px;
	left:70px;
	float:left;
	text-align:center;
	background-image:url(../images/menu-center1.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding-left:8px;
	padding-right:8px;
	}

/*boven of linker achtergrond van menu*/	
#menu_background_first1{ 
	position:absolute;
	left:-6px;
	top:0px;
	width:6px;
	height:28px;
	background-image:url(../images/menu-left1.gif);
	}
	
 /*onder of rechter achtergrond van menu*/
#menu_background_last1{
	position:absolute;
	right:-6px;
	top:0px;
	width:6px;
	height:28px;
	background-image:url(../images/menu-right1.gif);
}

.menu_item_left1{
	display:none;
}
	
.menu_item_center1{
	display:inline;
}
	
.menu_item_right1{
	display:none;
}
	
a:link.menu_item1, a:visited.menu_item1, a:active.menu_item1 {
	position:relative;
	margin-left:10px;
	margin-right:10px;
    color:#fff;
    text-decoration:none;
    font-size:12px;
	line-height:24px;
	text-align:center;
}

a:hover.menu_item1{
	color:#5f6fb6;
}

/*gebruik dit voor active menu item*/
a:link.menu_item_active1, a:visited.menu_item_active1, a:active.menu_item_active1, a:hover.menu_item_active1{
}
	
/*!!!!!!!!!!!!!!!!!tweede menu!!!!!!!!!!!!!!! */

#menu_container2{
	position:absolute;
	display:inline;
	width:895px;
	height:35px;
	top:173px;
	left:16px;
	line-height:30px;
	text-align:center;
	background-image:url(../images/menu-center2.gif);
	background-repeat:repeat-x;
	letter-spacing:2px;
	color:#5f6fb6;
	}
	
/*boven of linker achtergrond van menu*/	
#menu_background_first2{
	position:absolute;
	left:-6px;
	top:0px;
	width:6px;
	height:35px;
	background-image:url(../images/menu-left2.gif);
	}
	
 /*onder of rechter achtergrond van menu*/
#menu_background_last2{
	position:absolute;
	right:-6px;
	top:0px;
	width:6px;
	height:35px;
	background-image:url(../images/menu-right2.gif);
	}
	
.menu_item2{
	position:relative;
	display:inline;
	margin-left:16px;
	margin-right:16px;
	}
	
.menu_item_left2{
	display:none;
	}
	
.menu_item_center2{
	display:inline;
	}
	
.menu_item_right2{
	display:none;
	}
	
a:link.menu_item2, a:visited.menu_item2, a:active.menu_item2 {
	font-size:14px;
    color:#5f6fb6;
}

a:hover.menu_item2{
	font-size:14px;
	color:#6633FF;
	text-decoration:none;
}

/*gebruik dit voor active menu item*/
a:link.menu_item_active1, a:visited.menu_item_active1, a:active.menu_item_active1, a:hover.menu_item_active1{
	/*
	background-image:url(../images/menu-midden-hover.gif);
	*/
	}

#arrangementen{
    position: relative;
    float: left;
    display: inline;
}

.submenu_kop{
    position: relative;
    float:left;
    display: inline;
    clear: both;
    margin-left:-10px;
    padding-right: 24px;
    background-position: right;
    background-image: url('../images/wellness-menu-right.png');
    background-repeat: no-repeat;
	background-position:right top;
    letter-spacing: 1px;
	margin-top:5px;
	padding-bottom:5px;
    cursor: pointer;
}

.submenu_kop div{
    position: relative;
    float: left;
    display: inline;
    background-color: #df0084;
    padding-left:10px;
	padding-right:5px;
    height:24px;
    line-height:22px;
    color:#fff;
    font-size:13px;
}

.submenu{
    position: relative;
    float: left;
    display: inline;
    clear: both;
    width: 200px;
	margin-top:5px;
}

.submenuitem{
    position: relative;
    float:left;
    display: inline;
    clear: both; 
}

.submenuitem_active, .submenuitem:hover{
    position: relative;
    float:left;
    display: inline;
    clear: both;
	color:#df0084;
}

.submenuitem:hover a:link, .submenuitem:hover a:visited, .submenuitem:hover a:active{
    position: relative;
    float: left;
    display: block;
    clear: both;
    width:190px;
    margin-left:-10px;
    padding-left:10px;
    line-height: 22px;
    text-decoration: none;
    height:24px;
    color:#df0084;
    font-family: tahoma;
    letter-spacing: 1px;
    font-size: 12px;
    text-decoration:underline;;
}

.submenuitem a:link,.submenuitem a:visited,.submenuitem a:active, .blok-content a:link, .blok-content a:active, .blok-content a:visited{
    position: relative;
    float: left;
    display: block;
    clear: both;
    width:190px;
    margin-left:-10px;
    padding-left:10px;
    line-height: 22px;
    height:24px;
    color:#df0084;
    font-family: tahoma;
    letter-spacing: 1px;
    font-size: 12px;
}

.submenuitem_active a:link,.submenuitem_active a:visited,.submenuitem_active a:active{
    position: relative;
    float: left;
    display: block;
    clear: both;
    width:190px;
    margin-left:-10px;
    padding-left:10px;
    line-height: 22px;
    text-decoration: none;
    height:24px;
    color:#df0084;
    font-family: tahoma;
    letter-spacing: 1px;
    font-size: 12px;
    text-decoration: underline;
}