/***** Header Items  ******/

.LevelOne {
		background: #004586;
		background-image: none;
		color:#ffffff;
		cursor: hand;
		text-decoration:none;
	}

.LevelOneOver{
		background: #004586;   
		color:#ffffff;
		background-image: none;
		text-decoration:underline;
		cursor: hand;
	}

td.LevelOne, table.LevelOne td table td,
td.LevelOneOver, table.LevelOneOver td table td {	
 	padding: 3px 12px 5px 12px;    /* TRBL  */
	color: #ffffff;
	font-size:12px; 
	font-weight: bold;
	background-image: none;	
	}


/***** DropDown Menu Items   *****/

.ipf-SectionMenuItem  {font-size:11px;    cursor: hand;background-color:#01386a;    }

.ipf-SectionMenuItemOver {font-size:11px;cursor: hand; background-color: #004685;   }

 
td.ipf-SectionMenuItem, table.ipf-SectionMenuItem td {
            color:#ffffff;
                padding: 3px 10px 3px 10px;
                border-bottom: 1px solid #004685;
                font-size:11px; }


td.ipf-SectionMenuItemOver, table.ipf-SectionMenuItemOver td {
                padding: 3px 10px 3px 10px;
                border-bottom: 1px solid #004685;
                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 #004685;
		border-right: 1px solid #004685;
		border-top:  1px solid #004685;
		color:#000000;
}

