/******************** main menus ********************/

/* Style for outer tag, mout (mouse out) state */
.mouto1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231F20;
	font-weight : bold;
	/*background-image: url(../../../../template/basler-lacke/images/nav_spacer.gif);*/
	text-align: center;

}
/* Style for outer tag, mover (mouse over) state */
.movero1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3333;
	font-weight : bold;
	/*background-image: url(../../../../template/basler-lacke/images/nav_spacer_over.gif);*/
	text-align: center;

}
/* Style for outer tag, mdown (mouse down) state */
.mdowno1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3333;
	font-weight : bold;
	/*background-image: url(../../../../template/basler-lacke/images/nav_spacer_over.gif);*/
	text-align: center;

}

/******************** sub menus ********************/

/* Style for a block - DIV */
.mtable {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #231F20;
	
}
/* Style for outer tag, mout (mouse out) state */
.mouto {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #231F20;
	padding: 0px 3px 0px 3px;
	background: #E0E0E0;
}
/* Style for outer tag, mover (mouse over) state */
.movero {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC3333;
	padding: 0px 3px 0px 3px;
	background: #D0D0D0;
}
/* Style for outer tag, mdown (mouse down) state */
.mdowno {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC3333;
	padding: 0px 3px 0px 3px;
	background: #D0D0D0;
}
/* Style for inner tag, mover (mouse over) state */
.minner {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: #231F20;
}