﻿.MenuItemStyle
{
    text-align: center;
    font-family: arial;
    background-color: #247925;
    font-weight: bold;
    color: white;
    font-size: 12px;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}
.MenuItemHoverStyle
{
    background-color: white;
    color: black;
    
}
.iRGLmenuItemStyle
{
    text-align: center;
    font-family: arial;
    background-color: #c64046;
    font-weight: bold;
    color: white;
    font-size: 12px;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
