/*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:#077086;cursor: pointer;	}
.LevelOneOver{background: #ffffff;color:#689904;cursor: pointer;	}

td.LevelOne, table.LevelOne td table td,
td.LevelOneOver, table.LevelOneOver td table td {font-family: Arial, Helvetica, Verdana, sans-serif; padding: 2px 20px; font-size:12px; border-bottom: 1px dotted #A7A7A7; background: url(/Sites/61/templates/images/arrow.gif) left no-repeat; }

.ipf-SectionMenuItem{background: #ffffff;color:#077086;cursor: pointer; }
.ipf-SectionMenuItemOver{background: #ffffff;color:#689904;cursor: pointer;}

td.ipf-SectionMenuItem, table.ipf-SectionMenuItem td, 
td.ipf-SectionMenuItemOver, table.ipf-SectionMenuItemOver td {font-family: Arial, Helvetica, Verdana, sans-serif; padding: 2px 20px; font-size:12px;}


