﻿.MenuItem
{
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    color:White;
    font-family: Arial, Verdana, Sans-Serif;
    background-color: transparent;
}

.MenuChildItem
{
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    color:Black;
    font-family: Arial, Verdana, Sans-Serif;
  }

.MenuChildHoverItem
{
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    color:white;
    font-family: Arial, Verdana, Sans-Serif;
    background-color:#9E76B4;
}
