﻿.MenuItemInactive 
{
    height: 22px;
    background-image: url(../Images/Backgrounds/MenuItem_Inactive.jpg);
    background-repeat: repeat-x;
    cursor: pointer;
    font-weight: bold;
    font-size: xx-small;
    color: #000066;
}

.MenuItemActive 
{
    height: 22px;
    background-image: url(../Images/Backgrounds/MenuItem_Active.jpg);
    background-repeat: repeat-x;
    cursor: pointer;
    font-weight: bold;
    font-size: xx-small;
    color: #FFFFFF;
}

.MenuItemHover 
{
    height: 22px;
    background-image: url(../Images/Backgrounds/MenuItem_Hover.jpg);
    background-repeat: repeat-x;
    cursor: pointer;
    font-weight: bold;
    font-size: xx-small;
    color: #FFFFFF;
}

.SubMenuItemInactive 
{
    background-image: url(../Images/Backgrounds/SubMenuItem_Background.jpg);
    /*
    border-left: solid 1px #757575;
    border-right: solid 1px #757575;
    */
    height: 21px;
    cursor: pointer;
    font-weight: bold;
    font-size: xx-small;
    color: #6D6668;
}

.SubMenuItemSeparator
{
    background-image: url(../Images/Backgrounds/SubMenuItem_Background.jpg);
    background-position: bottom left;
    /*
    border-left: solid 1px #757575;
    border-right: solid 1px #757575;
    */
    height: 4px;
    font-weight: bold;
    font-size: xx-small;
    color: #6D6668;
}

.SubMenuItemActive 
{
    background-image: url(../Images/Backgrounds/SubMenuItem_Background.jpg);
    /*
    border-left: solid 1px #757575;
    border-right: solid 1px #757575;
    */
    height: 21px;
    background-color: #B3B3B3;
    cursor: pointer;
    font-weight: bold;
    font-size: xx-small;
    color: #000099;
}

.SubMenuItemHover 
{
    background-image: url(../Images/Backgrounds/SubMenuItem_Background.jpg);
    /*
    border-left: solid 1px #757575;
    border-right: solid 1px #757575;
    */
    height: 21px;
    background-color: #B3B3B3;
    cursor: pointer;
    font-weight: bold;
    font-size: xx-small;
    color: #000099;
}
/*
.SubMenuItemInactiveFirst
{
    background-image: url(../Images/Backgrounds/SubMenuItem_First.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    border-top: solid 1px #757575;
    border-left: solid 1px #757575;
    border-right: solid 1px #757575;
    height: 20px;
    background-color: #EAEAEA;
    cursor: pointer;
    font-weight: bold;
    color: #6666FF;
}

.SubMenuItemActiveFirst
{
    background-image: url(../Images/Backgrounds/SubMenuItem_HoverFirst.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    border-top: solid 1px #757575;
    border-left: solid 1px #757575;
    border-right: solid 1px #757575;
    height: 20px;
    background-color: #B3B3B3;
    cursor: pointer;
    font-weight: bold;
    color: #0000EF;
}

.SubMenuItemHoverFirst
{
    background-image: url(../Images/Backgrounds/SubMenuItem_HoverFirst.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    border-top: solid 1px #757575;
    border-left: solid 1px #757575;
    border-right: solid 1px #757575;
    height: 20px;
    background-color: #B3B3B3;
    cursor: pointer;
    font-weight: bold;
    color: #0000EF;
}

.SubMenuItemInactiveLast
{
    background-image: url(../Images/Backgrounds/SubMenuItem_Last.jpg);
    background-position: bottom left;
    background-repeat: repeat-x;
    border-bottom: solid 1px #757575;
    border-left: solid 1px #757575;
    border-right: solid 1px #757575;
    height: 20px;
    background-color: #EAEAEA;
    cursor: pointer;
    font-weight: bold;
    color: #6666FF;
}

.SubMenuItemActiveLast
{
    background-image: url(../Images/Backgrounds/SubMenuItem_HoverLast.jpg);
    background-position: bottom left;
    background-repeat: repeat-x;
    border-bottom: solid 1px #757575;
    border-left: solid 1px #757575;
    border-right: solid 1px #757575;
    height: 20px;
    background-color: #B3B3B3;
    cursor: pointer;
    font-weight: bold;
    color: #0000EF;
}

.SubMenuItemHoverLast
{
    background-image: url(../Images/Backgrounds/SubMenuItem_HoverLast.jpg);
    background-position: bottom left;
    background-repeat: repeat-x;
    border-bottom: solid 1px #757575;
    border-left: solid 1px #757575;
    border-right: solid 1px #757575;
    height: 20px;
    background-color: #B3B3B3;
    cursor: pointer;
    font-weight: bold;
    color: #0000EF;
}

.SubMenuItemInactiveFirstAndOnly
{
    background-image: url(../Images/Backgrounds/SubMenuItem_FirstAndOnly.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    border-top: solid 1px #757575;
    border-bottom: solid 1px #757575;
    border-left: solid 1px #757575;
    border-right: solid 1px #757575;
    height: 20px;
    background-color: #EAEAEA;
    cursor: pointer;
    font-weight: bold;
    color: #6666FF;
}

.SubMenuItemActiveFirstAndOnly
{
    background-image: url(../Images/Backgrounds/SubMenuItem_HoverFirstAndOnly.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    border-top: solid 1px #757575;
    border-bottom: solid 1px #757575;
    border-left: solid 1px #757575;
    border-right: solid 1px #757575;
    height: 20px;
    background-color: #B3B3B3;
    cursor: pointer;
    font-weight: bold;
    color: #0000EF;
}

.SubMenuItemHoverFirstAndOnly
{
    background-image: url(../Images/Backgrounds/SubMenuItem_HoverFirstAndOnly.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    border-top: solid 1px #757575;
    border-bottom: solid 1px #757575;
    border-left: solid 1px #757575;
    border-right: solid 1px #757575;
    height: 20px;
    background-color: #B3B3B3;
    cursor: pointer;
    font-weight: bold;
    color: #0000EF;
}
*/