﻿.MenuGroup
{
background-color: #FFFFFF;
text-transform:uppercase;
font-weight: Bold;
cursor:pointer;
cursor:hand;
}
.MenuItem
{
text-transform:uppercase;
color:#507282;
font-size:11px;
font-weight:bold;
cursor:pointer;
cursor:hand;
padding-bottom: 8px;

}
.MenuItemHover
{
text-transform:uppercase;
color:#b05b27;
font-size:11px;
font-weight:bold;
cursor:pointer;
cursor:hand;
padding-bottom: 8px;
}
.MenuItemActive
{
text-transform:uppercase;
color:#b05b27;
font-size:11px;
font-weight:bold;
cursor:pointer;
cursor:hand;
padding-bottom: 8px;
}
.MenuItemExpanded
{
text-transform:uppercase;
color:#507282;
font-size:11px;
font-weight:bold;
cursor:pointer;
cursor:hand;
padding-bottom: 8px;
}