@charset "UTF-8";


/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
.MenuBarItemSubmenu:Hover
{
	background-color: #97bc5c;
	color: #FFF;
	text-decoration:none;
}
.MenuBarItemSubmenu:visited
{
	
	color: #415200;
	text-decoration:none;
}
.MenuBarItemSubmenu
{
	
	color: #415200;;
}

