
/* style - top level; text properties for up or normal state */
.TM0i0 {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	color: #BA9900;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* style - top level; text properties for hover or over state*/
.TM0i1 {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	color: white;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

/* style - top level; up or normal state properties for text INSIDE top box or table */
.TM0o0 {
	background: #01253D;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.TM0o1 {
	background: #243D59;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* style - top level; outer table (table outline) properties for states: normal, hover, click */
.TM0t0 {
	background: #FFFFFF;
}

/***************** sub level or secondary level menu items *******************/


/* style - sub levels; text properties for up or normal state */
.TM1i0 {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* style - sub levels; text properties for over or hover state */
.TM1i1 {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* style - sub levels; box properties for states: normal */
.TM1o0 {
	background: #ABBDE1;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* style - sub levels; box properties for states: hover, click */
.TM1o1 {
	background: #486389;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* style - sub levels; table properties for states: normal */
.TM1t0 {
	background: #305077;
}


/* style - sub levels; table properties for states: hover, click */
.TM1t1 {
	background: #000000;
}


