.LevelOne {
	background: url(../images/bullet.gif) 3px 5px no-repeat; 
	color: #0c5590; 
	text-decoration: none; 
	cursor: pointer;
}
.LevelOneOver {
	background: url(../images/bullet.gif) 3px 5px no-repeat #dbe5f6; 
	color: #0c5590;
	cursor: pointer;
	text-decoration: none;
}

/* The following line takes the blue highlighting off of the language switch. It is referred to in the LanguageMenuData.xml file. FYI: the LevelOne, LevolOneOver, and the .ipf-SectionMenuItem, and .ipf-SectionMenuItemOver classes style the left side column dropdowns. MSR 10-25-06 */

.LevelOneOver2 {
	background: url(../images/bullet.gif) 3px 5px no-repeat #AECEF4; 
	padding: 3px 0 3px 12px; 
	font-weight: bold; 
	color: #0c5590; 
	cursor: pointer;
	text-decoration: none;
}

td.LevelOne, table.LevelOne td table td,
td.LevelOneOver, table.LevelOneOver td table td { 
	padding: 3px 3px 3px 12px;
}

.ipf-SectionMenuItem {
	background: #dbe5f6;
	color:#0c5590;
	cursor: pointer;
}
.ipf-SectionMenuItemOver {
	background: #C5D3EB;
	color:#0c5590;
	cursor: pointer;
}

td.ipf-SectionMenuItem, table.ipf-SectionMenuItem td, 
td.ipf-SectionMenuItemOver, table.ipf-SectionMenuItemOver td {
	padding: 3px 10px;
}

.MenuGroup {
	width: auto; 
	border: 1px solid #C5D3EB;
}


