/* Style for a block - DIV */
.blue_m0table {
	background: #ECECEC;
/*	border: 1px outset #DBEAF5; */
}
/* Style for outer tag, mout (mouse out) state */
.blue_m0mouto {
	text-align: center;
	background: #ECECEC;
	border-right: 1px solid #A1A1A1;
	background-image:url('../images/navigationbackground.gif');
}

/* Style for SUB outer tag, mout (mouse out) state */
.blue_m0SubMouto {
	text-align: left;
	background: #A5AEB7;
	border-top: 1px solid #DBEAF5;
	border-bottom: 1px solid #DBEAF5;
}

/* Style for outer tag, mover (mouse over) state */
.blue_m0movero {
	background: #F4CB01;
	background-image:url('../images/navigationbackground_over.gif');
/*	border-top: 1px inset #DBEAF5;
	border-bottom: 1px inset #DBEAF5;
	border-right: 1px inset #DBEAF5;
	border-left: 1px inset #DBEAF5;*/
}

/* Style for outer tag, mdown (mouse down) state */
.blue_m0mdowno {
	background: #FFD684;
	background-image:url('../images/navigationbackground_over.gif');
	border-right: 1px solid #A1A1A1;
}

/* Style for SUB outer tag, mdown (mouse down) state */
.blue_m0Submdowno {
	background: #FFD684;
	border-right: 1px solid #A1A1A1;
}

/* Style for inner tag, mdown (mouse down) state */
.blue_m0innerClick {
	text-align: center;
	font-family: arial;
	font-size: 11px;
	color: #000000;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
	background: #FFD684;	
}

/* Style for SUB inner tag, mdown (mouse down) state */
.blue_m0SubInnerClick {
	text-align: left;
	font-family: arial;
	font-size: 11px;
	color: #000000;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
	background: #FFD684;
}

/* Style for inner tag, (default) state */
.blue_m0inner {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
}

/* Style for inner tag, mover (mouse over) state */
.blue_m0innerHover {
	text-align: center;
	font-family: arial;
	font-size: 11px;
	color: #000000;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
}

/* Style for SUB-MENU inner tag, mover (mouse over) state */
.blue_m0SubInnerHover {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
	background: #FFD684;	
}

/* Style for SUB-MENU inner tag, (default) state */
.blue_m0SubOuter {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	line-height:18px;
	font-weight:bold;
	text-decoration:none;
}