.LevelOne {
	background: #999999;
	color: #ffffff;
	cursor: hand;
}
.LevelOneOver{
	background: #333333;
	color: #FFFFFF;
	cursor: hand;
}

td.LevelOne, table.LevelOne td table td,
td.LevelOneOver, table.LevelOneOver td table td {
	padding: 5px 5px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

.ipf-SectionMenuItem{
	background: #878686;
	color: #ffffff;
	cursor: hand;
}
.ipf-SectionMenuItemOver{
	background: #191919;
	color: #FFFFFF;
	cursor: hand;
}

td.ipf-SectionMenuItem, table.ipf-SectionMenuItem td, 
td.ipf-SectionMenuItemOver, table.ipf-SectionMenuItemOver td {
	padding: 8px 10px;
	font-size: 11px;
}

