/*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;}

