/******************** main menus ********************/

/* Style for outer tag, mout (mouse out) state */
.mouto1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #008FD5;
	background-image: url(../../../../template/eva-basel/images/nav_spacer.gif);
}
/* Style for outer tag, mover (mouse over) state */
.movero1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-image: url(../../../../template/eva-basel/images/nav_spacer_over.gif);
}
/* Style for outer tag, mdown (mouse down) state */
.mdowno1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-image: url(../../../../template/eva-basel/images/nav_spacer_over.gif);
}

/******************** sub menus ********************/

/* Style for a block - DIV */
.mtable {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #F1F1F1;
}
/* Style for outer tag, mout (mouse out) state */
.mouto {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5C2D35;
	background: #E7E7E7;
}
/* Style for outer tag, mover (mouse over) state */
.movero {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DD5F02;
	background: #D8D8D8;
}
/* Style for outer tag, mdown (mouse down) state */
.mdowno {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5C2D35;
	background: #D8D8D8;
}
/* Style for inner tag, mover (mouse over) state */
.minner {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: #F1F1F1;
}