div.MainMenuContainer
{
	padding: 0 8px;
	line-height: normal;
	/*
	border: 1px dotted red;
	*/	
}
div.MainMenuContainer table.MainMenu
{
	background-image: url(../Images/Menu/toolbar_button.gif);
}

.MainMenu
{
	z-index: 101;
}

.MainMenu *
{
	font-family: Calibri, Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 13px;
	color: White;
}

.MainMenu a, .MainMenu a:hover, .MainMenu a:visited, .MainMenu a:link
{
	text-decoration: none;
}

.MainMenu a
{
	/* height: 28px; */
}

/*
.MainMenu .staticMenuItem
{
	background-color: Green;
	display: block;
	padding: 0 4px 0 4px;
}
*/

.staticMenuItem 
{
	height: 28px;
	padding: 0 4px;
	min-width: 80px;
	text-align: center;
	/*
	border: 1px inset Gray;
	padding-bottom: 1px;
	*/
}

table.staticMenuItemSelected
{
	/*
	border-bottom: none;
	padding-bottom: 1px;
	*/
	background-image:url(../Images/Menu/toolbar_button_menu_sel.gif);
	border: 1px solid Gray;
	border-bottom: none;
	background-position: left -1px;
}									 

table.staticMenuItemHover
{
	background-image:url(../Images/Menu/toolbar_button_sel.gif);
}								 

table.staticMenuItemSelected table.staticMenuItemHover 
{
	background: none;
	color: Yellow;
}								 

.dynamicMenu 
{
	display: block;
	z-index: 200;
	border: 1px solid Black;
}									 

table.dynamicMenuItem 
{
	/*
	height: 32px;
	*/
	border-bottom: 1px solid Silver;
	min-width: 150px;
}

table.dynamicMenuItem a
{
	display: block;
	padding: 6px 8px;
}
table.dynamicMenuItem a, table.dynamicMenuItem a:hover,
table.dynamicMenuItem a:visited, table.dynamicMenuItem a:link
{
	color: Black;
	text-decoration: none;
}

table.dynamicMenuItem a:hover
{
	background-color: Gray;
	color: White;
}



/* SiteMapPath */
.currentNodeStyle
{
}
