/******* LEFT MENU *******/

/* LEVEL 1, general */
#leftmenu {	
	vertical-align: top;
	font-family:Verdana;
	font-size:11px;
	text-align:left;
	font-weight:bold;
}

#leftmenu A {
	text-decoration: none;
	color:#3E4F63;
	display: block;
	height:22px;
}

#leftmenu A:hover {
        color:#3E4F63;
	text-decoration: underline;
}
#leftmenu A:active {
	text-decoration: none;
}


/*  LEVEL 1, normal state (NO) */
#leftmenu .level1-no {
	color:#3E4F63;
	text-decoration: none;
	padding-left:17px;
	background-image:url(../images/pijl_nieuws.gif);
	background-repeat:no-repeat;
}

/*  LEVEL 1, active state (ACT) */
#leftmenu .level1-act A {
	color:#3E4F63;
	text-decoration: none;
	padding-left:17px;
	background-image:url(../images/pijl_nieuws.gif);
	background-repeat:no-repeat;
}




/*  LEVEL 2, normal state (NO) */
#leftmenu .level2-no {
	color:#3E4F63;
	text-decoration: none;
	padding-left:33px;
	background-image:url(../images/pijl_nieuws_breed.gif);
	background-repeat:no-repeat;

}
/*  LEVEL 2, active state (ACT) */
#leftmenu .level2-act A {
	color:#3E4F63;
	text-decoration: none;
	padding-left:33px;
	background-image:url(../images/pijl_nieuws_breed.gif);
	background-repeat:no-repeat;
}


















/******* TOP MENU *******/

/* LEVEL 1, general */
#topmenu {	
	vertical-align: top;
	font-family:Verdana;
	font-size:10px;
	text-align:left;
	float:left;
	
}

#topmenu A {
	text-decoration: none;
	color: #FFF;
	float:left;
}

#topmenu A:hover {
	color: #415065;
	text-decoration: none;
}
#topmenu A:active {
	text-decoration: none;
}


/*  LEVEL 1, normal state (NO) */
#topmenu .level1-no {
	color:#FFF;
	text-decoration: none;
	float:left;
	padding-right:10px;
}
/*  LEVEL 1, active state (ACT) */
#topmenu .level1-act A {
	float:left;
	padding-right:10px;
}


/******* RIGHT TOP MENU *******/

/* LEVEL 1, general */
#rightmenu {	
	vertical-align: top;
	font-family: Book Antiqua;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	color:#9E8F54;
}

#rightmenu A {
	text-decoration: none;
	color:#9E8F54;
	display: block;
	width:150px;
	height:30px;
}

#rightmenu A:hover {
	color:#415065;
	text-decoration: none;
}
#rightmenu A:active {
	text-decoration: none;
}


/*  LEVEL 1, normal state (NO) */
#rightmenu .level1-no {
	color:#9E8F54;
	text-decoration: none;
	padding-left:7px;


}
/*  LEVEL 1, active state (ACT) */
#rightmenu .level1-act A {
	color:#415065;
	text-decoration: none;
	padding-left:7px;
}