/****************************************************/
/*  Definition of the Navigation styles				*/
/****************************************************/
.menuLevel0 {
	text-decoration: none;
	cursor: none;
	font-size: 5px;
}
.menuLevelSelected0 {
	text-decoration: none;
	cursor: none;
	font-size: 5px;
}

.menuLevel1 {
	font-size: 11px;
	font-family: Arial;
	background-color: #F3F0F4;
	text-decoration: none;
	color: #333333;
}

.menuLevelSelected1 {
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	background-color: #F3F0F4;
	text-decoration: none;
	color: #333333;
}

.menuLevel2 {
	font-size: 11px;
	font-family: Arial;
	background-color: #EDDFF9;
	text-decoration: none;
	color: #333333;
}

.menuLevelSelected2 {
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	background-color: #EDDFF9;
	text-decoration: none;
	color: #333333;
}

.menuLevel3 {
	font-size: 10px;
	font-family: Arial;
	background-color: #E3CBF7;
	text-decoration: none;
	color: #333333;
}

.menuLevelSelected3 {
	font-size: 10px;
	font-family: Arial;
	font-weight:600;
	background-color: #E3CBF7;
	text-decoration: none;
	color: #333333;
}