/*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: #0E436F;color:#fff;cursor: pointer;	font-weight:bold;font-family:tahoma;font-size:11px;}
.LevelOneOver{background: #477092;color:#fff;cursor: pointer;font-weight:bold; font-family:tahoma;font-size:11px;}

td.LevelOne, table.LevelOne td table td,
td.LevelOneOver, table.LevelOneOver td table td {padding:4px 20px 4px;font-weight:bold; font-family:tahoma; font-size:11px;}

.ipf-SectionMenuItem{background: #0E436F;color:#fff;cursor: pointer;}
.ipf-SectionMenuItemOver{background: #477092;color:#fff;cursor: pointer;}

td.ipf-SectionMenuItem, table.ipf-SectionMenuItem td, 
td.ipf-SectionMenuItemOver, table.ipf-SectionMenuItemOver td {padding: 3px 0 3px 5px; color: #fff; font-size:12px; font-family: Verdana, Arial, Helvetica, sans-serif; border-bottom: 1px solid #5582A9;}

.MenuGroup {border: 2px solid #5582A9; border-bottom: 1px solid #5582A9;}

