/* 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: white;
}
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
	background: white;
}
/* 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;
}

.topinner {
	font: bold 10px Verdana;
	text-align:  center;
	text-decoration : none;
	padding: 0px 0px 0px 0px;
}
.topover {
	text-decoration : none;
	background: url(/images/menu_left_back_over.gif) repeat-x;
	/*border: 1px solid #000000;*/
	font: bold 10px Verdana;
	text-align:  center;
	color: #FFFFFF;
}

.leftinner {
	font: bold 11.5px Verdana;
	text-decoration : none;
	padding: 1px 0px 0px 5px;
}

.leftinnerover {
	font: bold 11.5px Verdana;
	text-decoration : none;
	padding: 1px 0px 0px 5px;
	color: #FFFFFF;
}
/* all levels outer */
.leftout {
	text-decoration : none;
	background: url(/images/menu_left_back.gif) repeat-x;
	border: 1px solid #000000;
}
.leftover {
	text-decoration : none;
	background: url(/images/menu_left_back_over.gif) repeat-x;
	border: 1px solid #000000;
}a:hover.leftover {
	color: #FFFFFF;
}