/*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:#eeebe2; color:#333; cursor:pointer;}
.LevelOneOver{background:#e1e2e1; color:#39526a; cursor:pointer;}

td.LevelOne, table.LevelOne td table td,
td.LevelOneOver, table.LevelOneOver td table td {padding: 5px 5px 5px 8px; font-size:.95em; border-bottom: 1px dotted #e6e5e3;}

.ipf-SectionMenuItem{background: #eeebe2;color:#333;cursor: pointer; font-size:.95em;}
.ipf-SectionMenuItemOver{background: #e1e2e1;color:#39526A;cursor: pointer; font-size:.95em;}

td.ipf-SectionMenuItem, table.ipf-SectionMenuItem td, 
td.ipf-SectionMenuItemOver, table.ipf-SectionMenuItemOver td {padding: 5px 5px; font-size:.9em;}


