﻿/************************** Menu style *******************************/
.MenuGroup
{

}

.MenuItem
{
    height: 16px;
    padding-left: 10px;
    background-color: #029470;
    background-position: right bottom;
    background-image: url(../Pictures/Site/BottomLeftTriangle.gif);
    background-repeat: no-repeat;
    color: White;
    font-weight: bold;
}

.MenuItem a
{
    color: White;
    font-weight: bold;
}

.MenuItem a:hover
{
    color: #d0ebe4;
    font-weight: bold;
}

.MenuItemHover
{
    height: 16px;
    padding-left: 10px;
    background-color: #029470;
    background-position: right bottom;
    background-image: url(../Pictures/Site/BottomLeftTriangle.gif);
    background-repeat: no-repeat;
    color: White;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
}

.ChildMenuItem
{
    background-color: #d0ebe4;
    height: 16px;
    color: #606060;
    padding: 0px 5px 0px 5px;
    width: 120px;
    border-bottom: solid 1px #b3ced5;
}

.ChildMenuItemHover
{
    background-color: #029470;
    height: 16px;
    color: white;
    padding: 0px 5px 0px 5px;
    cursor: pointer;
    cursor: hand;
    width: 120px;
    border-bottom: solid 1px #b3ced5;
}

.Separator
{
    height: 2px;
    background-color: White;
}