/*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: #FFFFFF;color:#003399;cursor: pointer;	font-family: Verdana, Arial, Hevlvetica, sans-serif; font-weight: bold;}
.LevelOneOver{background: #003399;color:#FFFFFF;cursor: pointer; font-family: Verdana, Arial, Hevlvetica, sans-serif; font-weight: bold;}

td.LevelOne, table.LevelOne td table td,
td.LevelOneOver, table.LevelOneOver td table td {display: block; height: 20px !important; height: 25px; padding-top: 5px; padding-left: 18px; font-size:11px; border-bottom: url(images/menu_bg.gif) no-repeat;}

.ipf-SectionMenuItem{background: #FFFFFF;color:#003399;cursor: pointer; font-family: Verdana, Arial, Hevlvetica, sans-serif; font-weight: bold;}
.ipf-SectionMenuItemOver{background: #003399;color:#FFFFFF;cursor: pointer; font-family: Verdana, Arial, Hevlvetica, sans-serif; font-weight: bold;}

td.ipf-SectionMenuItem, table.ipf-SectionMenuItem td, 
td.ipf-SectionMenuItemOver, table.ipf-SectionMenuItemOver td {display: block; height: 20px !important; height: 25px; padding-top: 5px; padding-left: 18px; font-size:11px; border-bottom: url(images/menu_bg.gif) no-repeat;}

