﻿.MenuGroup
{
	background-color: #293036;
	cursor: default;
}

.MenuItem
{
	height: 50px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	cursor: default;
}

.MenuItemHover
{
	height: 50px;
	color: #FFF;
	background-color: #65737e;
	font-size: 12px;
	font-weight: bold;
	cursor: default;
}

.MenuItemExpanded
{
	height: 50px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	cursor: default;
}

.MenuItemActive
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	cursor: default;
	height: 50px;
}
