﻿/*
.OverElement
{
    background-color: #fafafa;
    border: 1px groove #2254b1;
    padding-top: 1px;
    padding-left: 2px; 
    padding-right: 0px; 
    padding-bottom: 2px;
    cursor:hand;
}
.OutElement
{
    margin: 1 2 1 2;    
    border: 1px none Transparent;
    padding-top: 1px;
    padding-left: 2px; 
    padding-right: 0px; 
    padding-bottom: 2px;
    cursor:hand;
}*/
.Menu {
    position: absolute;
    border-width: 0px;
    z-index: 500;
}

.MenuTable {
    border: solid 1px #2254B1;
    background-color: #FAFAFA;
    font-size: 12px;
    cursor: hand;
}

.OverListItem, .OutListItem {
    height: 20px;
    padding: 0px 10px 0px 20px;
    color: #003399;
}

.OverListItem {
    background-color: #FEE197;
    border: 1px solid #2254B1;
}

.OutListItem {
    background-color: #FAFAFA;
    border: 1px solid #FAFAFA;
}

.MenuImage {
    text-align: left;
    vertical-align: middle;
    visibility: visible !important;
}

#DropMenu > table:nth-child(1) {
    margin-top: -12px;
    /*width: 120px;*/
}

.OverListItem > span, .OutListItem > span {
    padding-left: 8px;
}
/*ie11隐藏菜单位置*/
/*body>#DropMenu{
            margin-top:5px !important;
 }*/
