/* Dieses Stylesheet bestimmt das Aussehen, die Farbe und die Schriftart des Menüs

/* grayscale - all levels; text properties for states: normal, hover, click */
.TM0i0 {
	font-family: Arial, Helvetica, sans-serif;;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding: 2px;
}

/* grayscale - all levels; box properties for states: normal */
.TM0o0 {
	background: #ffffff;
	border: 1px solid #000000;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* grayscale - all levels; box properties for states: hover, click */
.TM0o1 {
	background: #ffff99;
	border: 1px solid #000000;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

