/* Hoofdmenu definities */
#menu-1 {
	position: absolute;
	left: 50%;
	top: 380px;
	list-style-type: none;
	background: transparent;
	width: 236px;
	height: auto;
	margin: 0 0 0 -380px;
	padding: 0;
	z-index: 2000;
}
#menu-1 li { /* geldt dus ook voor het submenu */	
	margin: 0;
}
#menu-1 a {
	position: absolute;
	display: block;
	width: 236px;	
}
#menu-1 a span {
	display: none;
}
#menu-1 a#menuAnchor-1_1 {	
	height: 23px;
	top: 0;
	right: 19px;
	background: transparent url(img/menu_home1.jpg) top right no-repeat;
}
#menu-1 a#menuAnchor-1_2 {
	height: 25px;
	top: 42px;
	right: 36px;
	background: transparent url(img/menu_contact1.jpg) top right no-repeat;
}
#menu-1 a#menuAnchor-1_3 {
	height: 31px;
	top: 81px;
	right: 45px;
	background: transparent url(img/menu_projecten1.jpg) top right no-repeat;
}
#menu-1 a#menuAnchor-1_4 {
	height: 31px;
	top: 127px;
	right: 0px;
	background: transparent url(img/menu_stijlen1.jpg) top right no-repeat;
}
#menu-1 a#menuAnchor-1_5 {
	height: 30px;
	top: 176px;
	right: 23px;
	background: transparent url(img/menu_mailinglist1.jpg) top right no-repeat;
}
#menu-1 a#menuAnchor-1_6 {
	height: 25px;
	top: 219px;
	right: 3px;
	background: transparent url(img/menu_gastenboek1.jpg) top right no-repeat;
}
#menu-1 a#menuAnchor-1_7 {
	height: 25px;
	top: 270px;
	right: 30px;
	background: transparent url(img/menu_warmHart1.jpg) top right no-repeat;
}
#menu-1 a#menuAnchor-1_1.selected,
#menu-1 a#menuAnchor-1_1:active,
#menu-1 a#menuAnchor-1_1:hover {
	background: transparent url(img/menu_home2.jpg) top right no-repeat;
}
#menu-1 a#menuAnchor-1_2.selected,
#menu-1 a#menuAnchor-1_2:active,
#menu-1 a#menuAnchor-1_2:hover {
	background: transparent url(img/menu_contact2.jpg) top right no-repeat;
}
#menu-1 a#menuAnchor-1_3.selected,
#menu-1 a#menuAnchor-1_3:active,
#menu-1 a#menuAnchor-1_3:hover {
	background: transparent url(img/menu_projecten2.jpg) top right no-repeat;
}
#menu-1 a#menuAnchor-1_4.selected,
#menu-1 a#menuAnchor-1_4:active,
#menu-1 a#menuAnchor-1_4:hover {
	background: transparent url(img/menu_stijlen2.jpg) top right no-repeat;
}
#menu-1 a#menuAnchor-1_5.selected,
#menu-1 a#menuAnchor-1_5:active,
#menu-1 a#menuAnchor-1_5:hover {
	background: transparent url(img/menu_mailinglist2.jpg) top right no-repeat;
}
#menu-1 a#menuAnchor-1_6.selected,
#menu-1 a#menuAnchor-1_6:active,
#menu-1 a#menuAnchor-1_6:hover {
	background: transparent url(img/menu_gastenboek2.jpg) top right no-repeat;
}
#menu-1 a#menuAnchor-1_7.selected,
#menu-1 a#menuAnchor-1_7:active,
#menu-1 a#menuAnchor-1_7:hover {
	background: transparent url(img/menu_warmHart2.jpg) top right no-repeat;
}

/* Submenu definities */

#menu-1 ul {
	position: absolute;
	list-style-type: none;
	width: 123px;
	height: auto;
	padding: 0;
	margin: 0;
	display: none;
	border: 2px solid #E3E1E2;	
	background-color: #F4F2F3;
}
#menu-1 ul li {
	float: left;
}
#menu-1 ul ul {
	top: -2px;
	padding: 0;
	margin-left: 127px;
}
#menu-1 ul ul ul ul {
	width: 173px;
}
#menu-1 ul ul ul ul li a {
	width: 181px !important;
}
#menu-1 ul#menu-1_3 {
	top: 78px;
	margin-left: 200px;
}
#menu-1 ul#menu-1_4 {
	top: 127px;
	margin-left: 240px;
}
#menu-1 .selected ul li a,
#menu-1 ul li a {
	position: static;
	display: block;
	border: none;
	border-top: 2px dotted #E3E1E2;
	background: #F4F2F3;
	height: auto;
	width: 122px !important;
	color: #666962;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 3px 0px 3px 0;
	font-size: 12px;
	font-weight: normal;	
}
#menu-1 .selected ul li a.first,
#menu-1 ul li a.first {
	border-top: none;
}
#menu-1 .selected ul li a:hover,
#menu-1 ul li a:hover {
	background: #E3E1E2;
	text-decoration: none;
}