/* CSS VARIABLES FOR NAVIGATION MENU, REFERENCED BY menu_tpl.js
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>



 Text Properties for box in all states */
.TM0i0 {
	font-family: verdana,tahoma,arial,sans-serif;
	color: #ffffff;
	font-size: 7pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
	
/* Text Properties for Box during Hover */
.TM0ii  {
  font-family: verdana,tahoma,arial,sans-serif;
	color: #ffffff;
	font-size: 7pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* Black Text White Background; box properties for states: normal */
.TM0o0 {
	background: #000099;
	border:1px solid #ffffff;
  padding: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* Black Text White Background; box properties for states: hover, click */
.TM0o1 {
	background: #000099;
	border:1px solid #ffffff;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* Blue Text Pale Blue Background; box during hover and click */
.TM0o2  {
  background: #000065;
  border:1px solid #ffffff;
  padding: 4px;
  text-align: left;
  vertical-align: middle;
  text-decoration: none;
}
