/***** Header Items  ******/

.LevelOne {
	background: #103E70;
	background-image: none;
	color: White;
	cursor: hand;
	text-decoration: none;
}

.LevelOneOver{
	background: #103E70;
	color: White;
	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: White;
	font-size: 12px;
	font-weight: bold;
	background-image: none;
}


/***** DropDown Menu Items   *****/

.ipf-SectionMenuItem  {font-size:11px;    cursor: hand; background-color: #103E70;   }

.ipf-SectionMenuItemOver {
	font-size: 11px;
	cursor: hand;
	background-color: #B22222;
}

 
td.ipf-SectionMenuItem, table.ipf-SectionMenuItem td {
            color: white;
                padding: 3px 10px 3px 10px;
                border-bottom: 1px solid #FFFFFF;
                font-size:11px; }


td.ipf-SectionMenuItemOver, table.ipf-SectionMenuItemOver td {
                padding: 3px 10px 3px 10px;
                border-bottom: 1px solid white;
                font-size:11px;                  
              color:#FFFFFF;
				  }
  
			  

table.ipf-SectionMenuItem td, table.ipf-SectionMenuItemOver td {
   background-image: url(../images/Rarrow-red.gif); background-repeat: no-repeat; background-position: center right; }



.MenuGroup {
	border-left: 1px solid #103E70;
	border-right: 1px solid #103E70;
	border-top: 1px solid #103E70;
	color: #103E70;
	width: auto;
	}


