/* UITLEG
 *
 * Dit document bevat de stijl voor het menu
 */


/* MENU - HOOFDMENU layer[0] */
#menuItem_0 { background-image:url(../../images/menuItem_0.gif); }
#menuItem_1 { background-image:url(../../images/menuItem_1.gif); }
#menuItem_2 { background-image:url(../../images/menuItem_2.gif); }
#menuItem_3 { background-image:url(../../images/menuItem_3.gif); border-width:0px; }
#bar_zoeken { background-image:url(../../images/bar_zoeken.gif); border-width:0px; }
#bar_nieuws { background-image:url(../../images/bar_zoeken.gif); border-width:0px; }

.menu_idle, .menu_idleHover {
	top:0;
	left:0;
	width:25%; 
	cursor:pointer; 
	padding-top:10px;
	font-size:12px; 
	height:47px;
	vertical-align:middle; 
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	background-color:#BCD1C5;
	border-right-width:1px;
	border-right-color:#FFFFFF;
	border-right-style:solid;
	background-repeat:repeat-x;
}

.menu_idleHover {
	background-color:#97B8A4;
}

#menuTable {
	width:500px;
}

/* MENU - RECHTEN layer[0] */

.menuRechten_idle, .menuRechten_idleHover {
	top:0;
	left:0;
	cursor:pointer; 
	vertical-align:middle; 
	color:#000000;
	font-weight:normal;
	font-size:10px;
	text-align:center;
	border-left-width:1px;
	border-left-color:#000000;
	border-left-style:solid;
	padding-left:5px;
	padding-right:5px;
}

.menuRechten_idleHover {
	text-decoration:underline;
}

