/* Style for a block - DIV */
/* this color is the table background color...table has cellspacing="1" */
.m_menu_table {
	background-color: #AD0000;/* 000000 */
	/* border: 1px none #000000; */
	/* margin-left:10px; */
}
.m_menu_table td {
	color:white;
}
/* Style for outer tag, mout (mouse out) state */
.m_menu_mouto {
	background-color: #AD0000; /* DBEAF5 FFFFFF*/
}
/* Style for outer tag, mover (mouse over) state */
.m_menu_movero {
	background-color: #7A0000;
/* 	color:#000000; */
/* 	font-style:italic; */
}
/* Style for outer tag, mdown (mouse down) state */
.m_menu_mdowno {
	background-color: #999999;
}
/* Style for inner tag, mover (mouse over) state */
.m_menu_inner {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
/* 	text-align: left; */
	font-weight:bold;
}

/* base table style for submenu */
.m_sub1_table {
	background-color: #CCCCCC;
	/* border: 1px solid #000000; */
	/* border:collapse; */
}
/*
.m_sub1_table td {
	border:1px dotted blue;
} 
*/
/* style for menuitem, onmouseout */
.m_sub1_mouto {
	background-color:#FFFFFF;
}
/* style for menuitem, onmouseover */
.m_sub1_movero {
	background-color:#CCCCCC;
	font-style:italic;
	/* border: 1px solid #00FF00; */
}
/* style for menuitem, onmousedown */
.m_sub1_mdowno {
	background-color:#FFEE00;
}
/* style for menuitem innerHTML */
.m_sub1_inner {
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	padding:3px;
/* 	text-align:left; */
/* 	color:#000000; */
}


/* Style for a block - DIV */
.m0table {
	background: #4682B4;
	border: 1px none #4682B4;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: #DBEAF5;/*  */
}
/* Style for outer tag, mover (mouse over) state */
.m0movero {
	background: #FFFFCC;
}
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
	background: #99FF99;
}
/* Style for inner tag, mover (mouse over) state */
.m0inner {
	font-family: Tahoma, MS Sans Serif, Verdana, sans-serif;
	font-size: 12px;
	padding: 3px;
	text-align: center;
}

