/*The SectionMenuStyle.css file is used to style the ASP.NET Flyout Menu*/
/*Classes are applied to the menu with the SectionMenuData.xml*/
/*This file is linked from the DefaultDesignTemplate.htm*/
/*This file can be edited*/
/*This file can be moved, renamed, replaced or deleted*/
/*Please see the design documentation for more information*/

.LevelOne {	background: #ECEDEC;color:#39526A;cursor: pointer;	}
.LevelOneOver{background: #E1E2E1;color:#39526A;cursor: pointer;	}

td.LevelOne, table.LevelOne td table td,
td.LevelOneOver, table.LevelOneOver td table td {padding: 10px 20px; font-size:11px; border-bottom: 1px dotted #ffffff;}

.ipf-SectionMenuItem{background: #ECEDEC;color:#39526A;cursor: pointer;}
.ipf-SectionMenuItemOver{background: #E1E2E1;color:#39526A;cursor: pointer;}

td.ipf-SectionMenuItem, table.ipf-SectionMenuItem td, 
td.ipf-SectionMenuItemOver, table.ipf-SectionMenuItemOver td {padding: 10px 20px; font-size:11px;}

.DiscoverChildOver{
background-image:url(../images/navover.jpg);
color:#FFFFFF; 
cursor:hand;  } 
.DiscoverChild{
background-color:#20130d;
color:#FFFFFF; 
cursor:hand;  } 

table.DiscoverChild, table.DiscoverChildOver{BORDER-Bottom: black 1px solid;}

td.DiscoverChild, td.DiscoverChildOver{ 
  font-family: Arial, Helvetica, sans-serif;   
  font-size:12px;   
  padding:7px;
  padding-left:10px;
  padding-right:10px;
  cursor:hand;  
  BORDER-Bottom: black 1px solid;   
  width: 155px;
}
table.DiscoverChild td, table.DiscoverChildOver td{ 
  font-family: Arial, Helvetica, sans-serif;   
  font-size:12px;
  color:#FFFFFF;
  padding-left:10px;
  padding-top:7px;
  padding-bottom: 7px;   
  cursor:hand;  
}

