@charset "UTF-8";
/* CSS Document */

/*
jvb blauw: color="#00aee1"
jvb groen: color="#2ca946"
*/
.topmenul1, .topmenul2 {
	font-size: 13px;
	list-style:none;					/* Default styles for all menu's */
	margin:0px;
	padding:0px 0px;
	float:left;
	width:auto;
	height: 32px;
}
.topmenul2{
	width:150px;
}

.topmenul1{
	padding-left:15px;
}

.topmenul1 li {
	padding-top:10px;
	float:left;							/* First level menu's needs to float left */
	position:relative;
	/* border-right:1px dashed #c0b2ac; */ 		/* Same as BG color so total width is always the same */
	/* line-height: 32px; */
	width:auto;	
	list-style:none;							/* Relative positiong because lower level menu's needs to be absolute */
}

/* First level colors for link tags */
.topmenul1 a {
	color:black;
	/* height:32px; */
	padding:0px 4px 0px 4px;			/* Seperate menu's a bit aswell, some extra space for the arrow on the right */
	/* border-bottom:7px hidden #ffffff; */ 			/* Same as BG color so total width is always the same */
}

#yacbddm2 li, #yacbddm2 a, #yacbddm2 a:hover{
	font-weight: bold;
	font-style: italic;
}

#yacbddm2ul2 li, #yacbddm2ul2 a{
	font-weight:normal;
	font-style: italic;
	padding:0px 4px 0px 2px; */
	
	
}

#yacbddm2ul2 a{
	display:block;
	width:150px;
}
.topmenul2 a:hover{
	font-weight: bold;
}

a.menuitem-rood:hover, a.menuitem-geel:hover, a.menuitem-groen:hover, a.menuitem-blauw:hover, a.menuitem-paars:hover, a.menuitem-bruin:hover, a.menuitem-oranje:hover {

}

/* Start second level and lower menu's */
.topmenul1 .topmenul2 {
	display:none;				
	position:absolute;					/* We position absolute (relative to l1) */
	/* width:200px; */						/* Default width for sub-menu's */
	border:0px solid black;				/* Border around the sub-menu's */
	z-index:500;							/* We set a z-index these menu's will show up above other menu items, works in non IE */
	left:0px;							/* Left to 0 and for IE we move one extra pixel down */	
	top:24px !important;
	top:25px;
}

.topmenul1 .topmenul2 .topmenul2, .topmenul1 .topmenul2 .topmenul2 .topmenul2 {
	left:200px;							/* Move away from second level menu for second level and lower */
	top:-1px !important; 				/* Border = 1px so we need to move one up aswell !important to overrule the !important above*/
	background-color: white;
}

.topmenul1 .topmenul2 li {
	padding:0;
	margin:0;  					/* Controls the height per menu item on second level and lower */
/* 	border-bottom:1px dashed #c0b2ac; */	/* little color seperator */ 
/* 	border-right:1px solid white; */
/* 	width:100%; */
	background-color: #ffffff;
	border-bottom:1px solid #BBBBBB;
}

.topmenul1 .topmenul2 a {
	border:none;						/* no border, remove the style from level1 a tags */
	display:block;						/* Display block, so teh whole menu will lite up (if bg used)*/
	padding:0px 4px 0px 14px;
	text-decoration: none;
}

.topmenul1 .topmenul2 a:hover {			/* Needed for IE aswell */
	color: black;
	border:none;
	background:url(../_images/flyout_mo.jpg) bottom repeat-x;
	/* no border, remove the style from level1 a tags */
}

/* Little arrows for the menus */
.topmenul1-ifsub,.topmenul2-ifsub {
/* 	background-image:url(../images/arrow-b-d.gif); */
	background-position:top right;
	background-repeat:no-repeat;
}
.topmenul2-ifsub {
	/* background-image:url(../images/arrow-b-r.gif); */
}

/* background:url(../_images/menu_active.jpg)	bottom center no-repeat; */

.topmenul1 .hoveratag, .firstlevellink:hover {			/* Hack in javascript, this will highlite teh a tag of the menu above */
		/* background: #c0b2ac; */			/* We could do this with CSS (.topmenul1 li:hover > a) But IE doesn't support that */
}


.firstlevellink {
	text-decoration: none;
}
#active a{
	text-decoration: underline;
/*
	background-color: #C0B2AC;
	border-right:1px dashed #FFFFFF;
*/
}
#yacbddm2ul2 a{
	text-decoration: none;
}
#yacbddm2ul2 a:hover{
	text-decoration: none;
	font-weight: bold;
}

#yacbddm2 a {			/* On hover for a alements, */
	/* height: 32px; */
	width:auto;
}
#yacbddm2ul2 li{
	float:none;
	line-height:15px;
	padding-top:0;
	padding-bottom:0;
}

.rss_link {
	background-image: url('../_images/rss_icon.png');
	background-repeat: no-repeat;
	background-position: 6px 10px;
}

.rss_link a {
	padding-left: 22px;
}
