.MenuGroup{cursor: hand;}

.LevelOne {background: #ffffff;color :#ffffff;cursor: hand;}
.LevelOneOver{background: #ffffff;color: #000000;cursor: hand;}

td.LevelOne, table.LevelOne td,
td.LevelOneOver, table.LevelOneOver td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 50px;
    font-size:12px;
}

.LevelTwo {
background: #3b6e8f;
	color: #ffffff;
	cursor: hand;
}

.LevelTwoOver {
	background: #234256;
	color: #ffffff;
	cursor: hand;
}

td.LevelTwo, table.LevelTwo td,
td.LevelTwoOver, table.LevelTwoOver td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 50px;
    font-size:12px;
    vertical-align: middle;
}

.LevelThree {
	background: #315b76;
	color: #ffffff;
	cursor: hand;
}
.LevelThreeOver {
	background: #234256;
	color: #ffffff;
	cursor: hand;
}

td.LevelThree, table.LevelThree td,
td.LevelThreeOver, table.LevelThreeOver td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 50px;
    font-size:12px;
    vertical-align: middle;
 }


.LevelFour {
	background: #2a4d64;
	color: #ffffff;
	cursor: hand;
}
.LevelFourOver {
	background: #234256;
	color: #ffffff;
	cursor: hand;
}

td.LevelFour, table.LevelFour td,
td.LevelFourOver, table.LevelFourOver td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 50px;
    font-size:12px;
    vertical-align: middle;
}


.LevelFive {
	background: #234256;
	color: #ffffff;
	cursor: hand;
}
.LevelFiveOver{
	background: #234256;
	color: #ffffff;
	cursor: hand;
}

td.LevelFive, table.LevelFive td,
td.LevelFiveOver, table.LevelFiveOver td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 50px;
    font-size:12px;
    vertical-align: middle;
}