.LevelOne 
{
	border-right: 4px solid #FFFFFF; 
	background: #CC0003; 
	color:#FFFFFF; 
	font-weight:bold; 
	cursor: hand;
}

.LevelOneOver
{
	border-right: 4px solid #FFFFFF; 
	background: #3a78a4; 
	color:#FFFFFF; 
	font-weight:bold; 
	cursor: hand;	
}

td.LevelOne, table.LevelOne td table td, td.LevelOneOver, table.LevelOneOver td table td 
{
	padding: 10px 10px; 
	font-size:12px;
}

.ipf-SectionMenuItem
{
	background: #CC0003; 
	color:#FFFFFF; 
	font-weight:bold; 
	cursor: hand;
	font-family:Verdana;
	border-bottom: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
}

.ipf-SectionMenuItemOver
{
	background: #3a78a4; 
	color:#FFFFFF; 
	font-weight:bold; 
	cursor: hand;
	font-family:Verdana;
}

td.ipf-SectionMenuItem, table.ipf-SectionMenuItem td, td.ipf-SectionMenuItemOver, table.ipf-SectionMenuItemOver td 
{
	padding: 10px 20px; 
	font-size:12px;
}