﻿.MenuGroup
{
background-color: Transparent;
font-family: Arial;
font-weight: Normal;
font-style: Normal;
cursor:pointer;
}
.MenuItem
{
background-color: Transparent;
font-family: Arial;
color: #48484F;
font-size: 13pt;
}
.MenuItemHover
{
background-color: Transparent;
font-family: Arial;
color: #9C9C8F;
font-size: 13pt;
}
.MenuItemActive
{
background-color: Transparent;
font-family: Arial;
color: #48484F;
font-size: 13pt;
}
.MenuItemExpanded
{
background-color: Transparent;
font-family: Arial;
color: #9C9C8F;
font-size: 13pt;
}
#leftnav
{
background-color: #111111;
}