﻿@charset "utf-8";
/* smartMenu.css	by zhangxinxu */
.smart_menu_box {
    display: none;
    position: absolute;
    z-index: 201105;
}

.smart_menu_body {
    /*padding: 1px;*/
    border: 1px solid #B8CBCB;
    background-color: #fff;
    -moz-box-shadow: 4px 4px 5px #ccc;
    -webkit-box-shadow: 4px 4px 5px #ccc;
    box-shadow: 4px 4px 5px #ccc;
}

.smart_menu_ul {
    margin: 0;
    padding: 3px 0px;
    list-style-type: none;
}

.smart_menu_li {
    position: relative;
    padding: 2px 10px;
    cursor: pointer;
}

    .smart_menu_li:hover {
        background-color: #004EA1;
        color: white !important;
    }

        .smart_menu_li:hover a {
            color: white !important;
        }

.smart_menu_a {
    display: block;
    height: 25px;
    line-height: 24px;
    padding: 0 5px 0 25px;
    color: #54667a;
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
    margin-top: -22px;
}
/*.smart_menu_a:hover, .smart_menu_a_hover{background-color:#348CCC; color:#fff; text-decoration:none;}*/
/*.smart_menu_a:hover, .smart_menu_a_hover {
        color: #fff;
        text-decoration: none;
    }*/

.smart_menu_li_separate {
    line-height: 0;
    margin: 3px;
    border-bottom: 1px solid #B8CBCB;
    font-size: 0;
}

.smart_menu_triangle {
    width: 0;
    height: 0;
    border: 5px dashed transparent;
    border-left: 5px solid #666;
    overflow: hidden;
    position: absolute;
    top: 7px;
    right: 5px;
}

.smart_menu_triangle, .smart_menu_a_hover .smart_menu_triangle {
    border-left-color: #fff;
    margin-top: -22px;
}

.smart_menu_li_hover .smart_menu_box {
    top: -1px;
    left: 130px;
}
