/*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 {	color:#eee;cursor: pointer;	}
.LevelOneOver{ color:#eee;cursor: pointer;	}

table {width:100%;}

td.LevelOne, table.LevelOne td table td,
td.LevelOneOver, table.LevelOneOver td table td {padding: 0px 10px 8px 10px; font-size:12px; text-align: center;}

table.LevelOne tbody tr td table tbody tr td img {display:none;}

.ipf-SectionMenuItem{background: #FFF;color:#000;cursor: pointer;}
.ipf-SectionMenuItemOver{background: #F0F5FB;color:#000;cursor: pointer;}

td.ipf-SectionMenuItem, table.ipf-SectionMenuItem td, 
td.ipf-SectionMenuItemOver, table.ipf-SectionMenuItemOver td 
{
	/*border-left:1px solid #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000; */
	padding: 5px; 
	font-size:11px;
}

table.ipf-SectionMenuItem,
table.ipf-SectionMenuItemOver
{
	/* border:1px solid #000; */
}

.MenuGroup
{
	border:1px solid #ccc;
	/*border-collapse: collapse;*/
	width: 170px;
}


