﻿.MainGroup
{
    border-right: solid 1px #0071BA;
}
.MainItem
{
    background-image: url(../../images/NavItemBG.jpg);
    background-position:right;
    background-repeat:no-repeat;
    color: #0072BB;
    font-family: Times New Roman, Serif;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    height: 29px;
    width: 114px;
    text-align: left;
    border-left: solid 1px #0071BA;
    border-top: solid 1px #0071BA;
    border-bottom: solid 1px #0071BA;
}

.MainItemOver
{
    background-image: url(../../images/NavItemBG.jpg);
    background-position:right;
    background-repeat:no-repeat;
    color: #0072BB;
    font-family: Times New Roman, Serif;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    height: 29px;
    width: 114px;
    text-align: left;
    border-left: solid 1px #0071BA;
    border-top: solid 1px #0071BA;
    border-bottom: solid 1px #0071BA;
}

.MainItemClicked
{
    background-image: url(../../images/NavItemBG.jpg);
    background-position:right;
    background-repeat:no-repeat;
    color: #0072BB;
    font-family: Times New Roman, Serif;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    height: 29px;
    width: 114px;
    text-align: left;
    border-left: solid 1px #0071BA;
    border-top: solid 1px #0071BA;
    border-bottom: solid 1px #0071BA;
}
.MenuGroup
{
    width: 175px;
    border-top: solid 1px #0071BA;
}
.MenuItem
{
    background-image: url(../../images/DDBG.jpg);
    color: #0072BB;
    font-family: Times New Roman, Serif;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    width: 175px;
    height: 16px;
    border-left: solid 1px #0071BA;
    border-right: solid 1px #0071BA;
    border-bottom: solid 1px #0071BA;
}
.MenuItemOver
{
    background-image: url(../../images/DDBG.jpg);
    color: #0072BB;
    font-family: Times New Roman, Serif;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    width: 175px;
    height: 16px;
    border-left: solid 1px #0071BA;
    border-right: solid 1px #0071BA;
    border-bottom: solid 1px #0071BA;
}
.MenuItemClicked
{
    background-image: url(../../images/DDBG.jpg);
    color: #0072BB;
    font-family: Times New Roman, Serif;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    width: 175px;
    height: 16px;
    border-left: solid 1px #0071BA;
    border-right: solid 1px #0071BA;
    border-bottom: solid 1px #0071BA;
}