/* color grades - root level; text properties for ministries: normal, hover, click */
.TM0i0 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ece1cc; /*It was #FFFFFF until 6/17/2009 (with #d8b787 as alternative) egc.*/
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline; /*It was "none" until 6/17/2009 egc.*/
	cursor: hand;}

/* color grades - root level; box properties for ministries: normal, background: #663300
background-image:url(../images/menu1.jpg) */
.TM0o0 {
	background: #666699; /*It was #89542A as of 6/17/2009 egc.*/
	background-image:;      
	border: 0px solid #000000; /*It was #000000 until 6/17/2009 egc.*/
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	cursor: hand;}

/* color grades - root level; box properties for ministries: hover, click */
.TM0o1 {
	background: #666699; /*It was #996600 until 6/17/2009 egc.*/
	background-image:url("../images/zOther/menu1.jpg"); /*It was "url(../images/menu1.jpg)" until 6/17/2009 egc.*/
	border: 0px solid #000000;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none; /*It was "none" until 6/17/2009 egc.*/
	cursor: hand;}

/* color grades - root level; box properties for ministries: normal, background: #996600
background-image:url(../images/menu1.jpg) */
.TM1o0 {
	background: #666699; /*It was #996600 as of 6/17/2009 egc.*/
	background-image:; /*It was "url(../images/menu1.jpg)" until 6/17/2009 egc.*/
	border: 0px solid #000000;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	cursor: hand;}

/* color grades - sub levels; box properties for ministries: hover, click */
.TM1o1 {
	background: #666699; /*It was #663300 as of 6/17/2009 egc.*/
	background-image:url("../images/zOther/menu1.jpg");
	border: 0px solid #000000;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	cursor: hand;}

/*vertically align text*/
#outer {height: 32px; width: 96px; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; left:1px; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static; height:32px; width:96px;}

#inner {position: relative; top: -50%; width: 96px;} /* for explorer only */
#inner[id] {position: static;}
