/* Style for level 0 (root) block - DIV */
.m0table0 {
	background: white;
}

/*\*/
html>body*.m0table0 {
	position: relative;
	left: -400px;
}/**/

/* Style for level 1 block - DIV */
.m0table1 {
	border-top: 1px solid white;
	background: black;
}

/* Style for level 1 block - DIV */
.m0table2 {
	border-right: 1px solid white;
	background: black;
}

/* Style for outer tag, mout (mouse out) state */
.m0outer {
	background: #910000; /* top level */
	background: repeat-x url(/includes/menus/redgrad.gif);
	border-right: solid 1px white;	
}

/* my typical menu item */
.m1outer { 
	background:  #910000;
	border-right: solid 1px white;
	text-align: center;	
}

/* Style for inner tag, mover and mdown (mouse over and mouse down) state */
.m0moveri, .m0mdowni {
	color: #D7E7FF;
	font: 12px Arial, Helvetica, sans-serif;
	background: #0D289C;
}

/* Style for inner tag, mout (mouse out) state */
.m0mouti {
	color: white;
	font:  12px Arial, Helvetica, sans-serif;	
}

