/* grayscale - all levels; text properties for states: normal */
.TM0i0, .TM0i1, .TM2i0, .TM2i1 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #faa928;
	width: 120px;
	height: 20px;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-transform : uppercase;
	margin : 0 0 0 0;
	padding: 4px 0 0 10px;
    cursor: pointer;
}

/* grayscale - all levels; box properties for states: normal, hover, click */
.TM0o0, .TM2o0 {
	width: 120px;
	height: 20px;
	border-style: none;
	border-width : 0px;
	padding: 0px 0 0 0px;
	text-align: left;
	text-decoration: none;
	margin : 0 0 0 0;
	background: url('img/menuitem.gif') no-repeat left bottom;
}

/* grayscale - all levels; box properties for states: normal, hover, click */
/*
.TM0o0:hover {
	text-decoration: none;
}
*/

/* grayscale - all levels; text properties for states: hover, click */
.TM0i1 {
	color: #FFFFFF;
}



/* grayscale - all levels; text properties for states: normal */
.TM2i0, .TM2i1 {
	width: 190px;
	height: 20px;
}

/* grayscale - level1; box properties for states: normal, hover, click */
.TM2o0 {
	width: 190px;
}

/* grayscale - all levels; box properties for states: normal, hover, click */
.TM2o0:hover {
	text-decoration: none;
}


/* grayscale - all levels; text properties for states: hover, click */
.TM2i1 {
	color: #FFFFFF;
}

