/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/* level 0 inner */

.TM3i0 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #6A6A6A;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* IPS Style 1; box properties for states: normal */
.TM3o0 {
	background: transparent;
	border: 1px solid none;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* IPS Style 1; text properties for states: hover, click */
.TM3i1 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* IPS Style 1; box properties for states: hover, click */
.TM3o1 {
	background: #95bd9f;
	border: 1px solid none;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* IPS Style 2; box properties for states: normal */
.TM4o0 {
	background: #ffffff;
	border: 1px solid #A7A7A7;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* IPS Style 2; text properties for states: hover, click */
.TM4i1 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* IPS Style 2; box properties for states: hover */
.TM4o1 {
	background: #FF9999;
	border: 1px solid none;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* IPS Style 2; box properties for states: click */
.TM4o2 {
	background: #FF9999;
	border: 1px solid #A7A7A7;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

