﻿.MenuGroup
{
    cursor: pointer;
    cursor: default;
    border-right: #c2c2c2 2px;
    border-bottom: #c2c2c2 2px;
    text-align: left;
    border-top-style: none;
    border-left-style: none;
}
.MainGroup
{
    cursor: pointer;
    cursor: default;
    text-align: left;
}
.MainItem
{
    height: 20px;
    cursor: default;
    font-size: 11px;
    font-family: Arial, Verdana;
    color: #8C8C8C;
    width: 180px;
    text-align: left;
    background-image: url(images/gray.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    vertical-align: top;
}
.MainItemOver
{
    height:20px;
    cursor: pointer;
    cursor: default;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Verdana;
    color: #000000;
    width: 180px;
    text-align: left; 
    background-image: url(images/gray_over.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    vertical-align:top;
}

.MenuItem
{
    font-family: Arial, Verdana;
    width:160px;
    font-size:11px;
    cursor: pointer;
    cursor: default;
    height: 30px;
    padding: 6px 0px 6px 7px;
    background-image: url(images/menuItemBg.gif);
    background-repeat: repeat-x;
    background-position: center;
    border-bottom: 1px solid #BDBDBD;
    border-top: 1px solid white;
    text-align:left;
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #BABABA;
}
.MenuItemOver
{
    font-family: Arial, Verdana;
    font-size: 11px;
    cursor: default;
    height: 30px;
    padding: 6px 0px 6px 7px;
    background-image: url(images/menuItemBgOver.gif);
    background-repeat: repeat-x;
    background-position: center;
    border-bottom: 1px solid #BDBDBD;
    border-top: 1px solid white;
    border-left: 1px solid #FE9D56;
    text-align: left;
    border-right: 1px solid #BABABA;
}
.MenuItemToolTip
{
    background-color: #fffacd;
    border-style:solid;
    border-width:1px;
    border-color: black; 
    font-family: Arial;    
    padding: 3px;
    font-size:8pt;
    text-align: left;
}

.Separator
{
    background-color: Transparent;
    height: 1px;
    cursor: default;
    border-bottom: gray 1px solid;
    width: 135px;
    text-align: center;
}

.SelectedPathItemCss
{
    font-family:Arial, Tahoma;
    font-size:11px;
    color: #000000;
    background-color:#FF0000;
    border:1px solid #6EB4D9;
    height: 22px;
    padding-left: 4px;
    text-align:left;
    padding-top:2px;
}

.MenuGroup2
{
    cursor: pointer;
    cursor: default;
    border-right: #d3d3d3 1px solid;
    border-bottom: #d3d3d3 1px solid;
    text-align: left;
    border-top: #d3d3d3 1px solid;
    border-left: #d3d3d3 1px solid;
    background-color: white;
}
.MainGroup2
{
    cursor: pointer;
    cursor: default;
    text-align: left;
    border-right: 1pt solid;
    border-top: 1pt solid;
    border-left: 1pt solid;
    border-bottom: 1pt solid;
}

.MenuItem2
{
    font-family: Arial, Verdana;
    width: 160px;
    font-size: 11px;
    cursor: pointer;
    cursor: default;
    height: 15px;
 
    text-align: left;
    color: black;
    padding-right: 0px;
    padding-left: 5px;
    padding-bottom: 3px;
    padding-top: 3px;
       margin-left: 2px;
    margin-right: 2px;
}
.MenuItemOver2
{
    font-family: Arial, Verdana;
    font-size: 11px;
    cursor: default;
    height: 15px;
    padding-right: 0px;
    padding-left: 5px;
    padding-bottom: 3px;
    padding-top: 3px;
  
    text-align: left;
  
    color: white;
    background-color: #0000cb;
       margin-left: 2px;
    margin-right: 2px;
}
.MenuItemToolTip2
{
    background-color: #fffacd;
    border-style:solid;
    border-width:1px;
    border-color: black; 
    font-family: Arial;    
    padding: 3px;
    font-size:8pt;
    text-align: left;
}
