﻿.TopGroup
{
  background-color: White;
}

.MenuGroup
{
	background-color: White;
	border: solid 1px #1C3461;
	border-top: solid 0px #1C3461;
	padding: 0px 10px 5px 10px;
}

.MenuItem
{
	font-family: Century Gothic;
	font-size:12px;
	color:RGB(99,108,122);
	cursor: pointer;
}
.MenuItemHover
{
	font-family: Century Gothic;
	font-size:12px;
	color:RGB(255,102,0);
	cursor: pointer;
	background-color: #F3F3F3;
}
.MenuItemExpanded
{
	font-family: Century Gothic;
	font-size:12px;
	color:RGB(255,102,0);
	cursor: pointer;
}
.SelectedMenuItem
{
	font-family: Century Gothic;
	font-size:12px;
	color:RGB(255,102,0);
	cursor: pointer;
}
.SelectedMenuItemHover
{
	font-family: Century Gothic;
	font-size:12px;
	color:RGB(255,102,0);
	cursor: pointer;
}
.SelectedMenuItemExpanded
{
	font-family: Century Gothic;
	font-size:12px;
	color:RGB(255,102,0);
	cursor: pointer;
}

