﻿.MenuGroup
{
	background-color: transparent;
	text-align: right;
	cursor:pointer;
	color: Black;
	padding: 5px 0px;
}
.MenuItem nobr, .MenuItemHover nobr, .MenuItemActive nobr, .MenuItemExpanded nobr {
   white-space: normal;
}
.MenuItem, .MenuItemActive, .MenuItemExpanded
{
	font-family: Arial;
	font-size: 10pt;
}
.MenuItemHover
{
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
}

.ChildMenuItem
{
	background-color: #0e4254;
	color: #ffffff;
	width:81px;
	font-family: Arial;
	font-size: 10pt;
	cursor:pointer;
}
.ChildMenuItemHover, .ChildMenuItemActive, .ChildMenuItemExpanded
{
	background-color: #189abe;
	text-decoration: none;
	color: #ffffff;
	width:81px;
	font-family: Arial;
	font-size: 10pt;
	cursor:pointer;
}

