/* Hoofdmenu definities */
#menu-1 {
	list-style-type: none;
	border-top: 1px solid #B81124;
	background: #C0C1C3;
	height: 20px;
	margin: 0;
	padding: 0;
}
#menu-1 li { /* geldt dus ook voor het submenu */	
	float: left;
	margin: 0;
}
#menu-1 a {
	display: block;
	width: 107px;
	height: 20px;
	border-bottom: 1px solid #B81124;
	text-align: center;	
	font-size: 14px;
	font-weight: bold;
	color: #B81124;
	background: #C0C1C3 url(img/menuDevider.gif) top right no-repeat;
}
#menu-1 a:hover {
	text-decoration: none;
}
#menu-1 a.mouseOver, /* Deze class simuleert een a:hover */
#menu-1 a:hover,
#menu-1 a:active {
	color: #C0C1C3;
	background: #B81124 url(img/headerKlein.gif) top left repeat-x;
}
#menu-1 a.selected {
	color: #B81124;
	background-color: #F2F2F2;
	border-bottom: none;
}
#menu-1 a#menuAnchor-1_3,
#menu-1 a#menuAnchor-1_4 {
	position: relative; /* Noodzakelijk om het mouseover event te laten aankomen bij het pulldown menu */
	z-index: 1001;
}
#menu-1 a#menuAnchor-1_7 {
	border-right: none;
	width: 112px;
}


/* Submenu definities */

#menu-1 ul {
	position: absolute;
	list-style-type: none;
	width: 123px;
	padding: 0;
	margin: 1px 0 0 0;
	display: none;
	border: 1px solid #B81124;	
	z-index: 1000;
	background-color: #C0C1C3;
}
#menu-1 ul ul {
	margin: -22px 0 0 125px;
}
#menu-1 .selected ul li a,
#menu-1 ul li a {
	display: block;
	border: none;
	border-top: 1px dashed #B81124;
	background: #C0C1C3;
	height: auto;
	width: 122px !important;
	color: #B81124;
	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 {
	color: #C0C1C3;
	background: #B81124;
	text-decoration: none;
}