/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* Drahota Colors - all levels; text properties for states: normal, hover, click */
.TM0o0 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffcc66;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding: 4px;
}

/* Drahota Colors - all levels; box properties for states: normal */
/*.TM0o0 {
	background: #663333;
	border: 1px solid #606060;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* Drahota Colors - all levels; box properties for states: hover, click */
.TM0o1 {
	font-family: Arial, Helvetica, sans-serif;
	color: cc6633;
	font-size: 10px;
	font-weight:bold;
	background: #663333;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

