/*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 {	
  color:#FFFFFF;
  cursor: pointer;
  font-family: Arial,Helvetica,sans-serif;  
  font-weight: bold;
  font-size: 12px;
}

.LevelOneOver{
  color:#39526A;
  cursor: pointer;	
}

td.LevelOne, 
table.LevelOne td table td,
td.LevelOneOver, 
table.LevelOneOver td table td {
  text-align: right;
  padding: 7px 10px; 
  font-size:12px; 
  font-family: Arial,Helvetica,sans-serif;  
  font-weight: bold;
  color:#FFFFFF;
}

.ipf-SectionMenuItem{
  color:#FFFFFF;
  cursor: pointer;
  background-color: #007C7E;
  width: 230px;
}

.ipf-SectionMenuItemOver{
  color:#FFCCCC;
  cursor: pointer;
  background-color: #007C7E;
  width: 230px;
}

td.ipf-SectionMenuItem, table.ipf-SectionMenuItem td, 
td.ipf-SectionMenuItemOver, 
table.ipf-SectionMenuItemOver td {
  padding: 10px 20px; 
  font-size:12px;
  font-weight: bold;
}


