/*positie menu zelf in algemene css met padding */

/* root level; text properties for states: normal, hover, click */
.TM0i0 {
	font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;	 
	text-decoration: none;
	color: #00519e;
	text-align:center;
}

/*  root level; box properties for states: normal */
.TM0o0 {
	background: url(/custom/public/erapg/images/Top_off.png) no-repeat;
}


/*  root level; table properties for states: normal, hover, click */
.TM0t0 {
}

/* root level; box properties for states: hover, click */
.TM0o1 {
	background: url(/custom/public/erapg/images/Top_on.png) no-repeat;
	font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*  sub levels; box properties for states: normal */
.TM1o0 {
	background: url(/custom/public/erapg/images/Top_off.png) no-repeat;

}

/* sub levels; box properties for states: hover, click */
.TM1o1 {
	background: url(/custom/public/erapg/images/Top_on.png) no-repeat;
}



