/***** Header Items  ******/

td.LevelOne, table.LevelOne td table td,
td.LevelOneOver, table.LevelOneOver td table td {	

 	padding: 3px 12px 5px 12px;    /* TRBL  */		
	font-size:12px; 
	font-weight: bold;	
	color: #0063A5;
}

.LevelOne {
		color:#0063A5;
		cursor: hand;
		text-decoration:none;
	}

.LevelOneOver{
		color:#0063A5;
		text-decoration:underline;
		cursor: hand;
	}

.LevelOneSelected, .LevelOneSelected td { 

	background-color: #FF6B08;
	color: #ffffff ! important;
	text-decoration:none;
}

.LevelOneSelectedOver, .LevelOneSelectedOver td{
	background-color: #FF6B08;
	color: #ffffff ! important;
	text-decoration:underline;
}



/***** DropDown Menu Items   *****/

.ipf-SectionMenuItem  {font-size:11px;    cursor: pointer;background-color: #D9D9D9;    }

.ipf-SectionMenuItemOver {font-size:11px;cursor: pointer; background-color: #0D6395;   }

 
td.ipf-SectionMenuItem, table.ipf-SectionMenuItem td {
            color:#000000;
                padding: 3px 10px 3px 10px;
                border-bottom: 1px solid #003B7A;
                font-size:11px; }


td.ipf-SectionMenuItemOver, table.ipf-SectionMenuItemOver td {
                padding: 3px 10px 3px 10px;
                border-bottom: 1px solid #003B7A;
                font-size:11px;                  
                color:#ffffff;} 

table.ipf-SectionMenuItem td, table.ipf-SectionMenuItemOver td {
background-image: url(../images/RightArrow.gif); background-position: center right; background-repeat: no-repeat;}

.MenuGroup { 
		border-left: 1px solid #003B7A;
		border-right: 1px solid #003B7A;
		border-top:  1px solid #003B7A;
		color:#000000;
}

