﻿.MenuGroup
{
background-color: transparent;
font-family: Arial;
font-weight: Bold;
font-style: Normal;
cursor:pointer;
}
.MenuItem
{
background-color: transparent;
font-family: Arial;
color: #FFFFFF;
font-size: 9pt;
}
.MenuItemHover
{
background-color: transparent;
font-family: Arial;
color: #FFFFFF;
font-size: 9pt;
text-decoration: underline;
}
.MenuItemActive
{
background-color: transparent;
font-family: Arial;
color: #FFFFFF;
font-size: 9pt;
}
.MenuItemExpanded
{
background-color: transparent;
font-family: Arial;
color: #FFFFFF;
font-size: 9pt;
}

.SideMenuGroup
{
background-color: transparent;
font-family: Arial;
font-weight: Bold;
font-style: Normal;
cursor:pointer;
}
.SideMenuItem
{
background-color: transparent;
font-family: Arial;
color: #1B1B1B;
font-size: 9pt;
}
.SideMenuItemHover
{
background-color: transparent;
font-family: Arial;
color: #1B1B1B;
font-size: 9pt;
text-decoration: underline;
}
.SideMenuItemActive
{
background-color: transparent;
font-family: Arial;
color: #1B1B1B;
font-size: 9pt;
}
.SideMenuItemExpanded
{
background-color: transparent;
font-family: Arial;
color: #1B1B1B;
font-size: 9pt;
}

#leftnav
{
background-color: transparent;
}