/* CSS Document 
The set of CSS classes used by the menu system. 
The format of these settings is not tigra menu 
specific, the styles are defined as the regular 
stylesheet. CSS settings can be inserted directly 
in the web page inside the <style> tag, or 
linked as external .css file. 

*/
/* menus; text properties for states: normal */
.TM0i0 {
	font-family: Arial, Helvetica, sans-serif;;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
		margin: 0px 0 0 0px;
}

/* menus; box properties for states: normal */
.TM0o0 {
	background: #E8E0CD;
	border: 1px solid #E8E0CD;
	padding: 4px;
	/*text-align: left;
	vertical-align: middle;*/
	text-decoration: none;
	background-color: #E8E0CD;
	}

/* menus; text properties for states: hover, click */
.TM0i1 {
	font-family: Arial, Helvetica, sans-serif;;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
		margin: 0px 0 0 0px;
}

/* menus; box properties for states: hover, click */
.TM0o1 {
	background: #BF2E1A;
	border: 1px solid #BF2E1A;
	padding: 4px;
	/*text-align: left;
	vertical-align: middle;*/
	text-decoration: none;
	background-color: #BF2E1A;
}



/* top level; text properties for states: hover, click */
.TM1i1 {
	font-family: Arial, Helvetica, sans-serif;;
	color: #000000;
	font-size: 3px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}


/* top level; text properties for states: normal */
.TM1i0 {
	font-family: Arial, Helvetica, sans-serif;;
	color: #000000;
	font-size: 3px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
