@import url('Kuro/kuro.css');

.lgray {
    font-family: 'kuro', Arial,Helvetica,sans-serif;
    height: 35px;
    float: right;
}

    .lgray a {
        text-decoration: none;
        color: #333;
        font-family: 'kuro', Arial, Tahoma;
    }

    .lgray > li > a {
        color: #fff;
        font-size: 14px;
        height: 35px;
        padding: 0 17px;
        line-height: 35px;
        font-family: "Kuro", Arial;
    }

/* IE9, IE10 */
@media screen and (min-width:0\0) {
    .lgray > li > a {
        color: #fff;
        font-size: 14px;
		padding: 0 17px;
        height: 35px;
        line-height: 35px;
        font-family: "Kuro",Arial;
    }
}
/* IE9, IE10 */
@media screen and (min-width:0\0) {
    .lgray > li:hover > a {
        background: #71b441;
        border-left: medium none;
    }
}


.lgray > li:hover > a {
    background: #71b441;
    border-left: medium none;
}

.lgray > li {
    border-right: 1px solid #4d8b73;
}

.lgray > li:first-child{
	border-left:1px solid #4d8b73;
}

    .lgray > li.active {
        background: #71b441;
    }

    .lgray > li > a {
        /*border-left: 1px solid rgba(255, 255, 255, 0.35);*/
    }

    .lgray > li.floatr {
        /*border-left: 1px solid rgba(10, 10, 10, 0.1);*/
        border-right: 1px solid #4d8b73;
    }

        .lgray > li.floatr a {
            /*border-right: 1px solid rgba(255, 255, 255, 0.35);*/
        }

    .lgray > li > a img, .lgray li > ul > li > a img {
        border: 0 none;
        /*margin-right: 7px;*/
    }

    .lgray > li > a .bubble, .lgray li > a .bubble-alt {
        border-radius: 3px;
        font-size: 14px;
        line-height: 11px;
        margin-left: 7px;
        padding: 1px 4px;
        position: relative;
        top: -1px;
    }

    .lgray > li > a .bubble {
        color: #fff;
        text-shadow: 0 1px #9d0707;
    }

    .lgray > li > a .bubble-alt {
        color: #fff;
        text-shadow: 0 1px #505050;
    }

    .lgray > li:hover > a .bubble {
        box-shadow: none;
        text-shadow: none;
    }

.lgray ul > li .bubble {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #777;
    font-size: 14px;
    line-height: 14px;
    padding: 1px 4px;
    position: absolute;
    right: 10px;
}

.lgray > li > a .bubble-top {
    border: 1px solid #a00000;
    border-radius: 3px;
    box-shadow: 0 1px #ffa7a7 inset;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    padding: 0 3px;
    position: absolute;
    right: 4px;
    text-shadow: none;
    top: -8px;
}

.lgray ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: -moz-use-text-color #b3b3b3 #b3b3b3;
    border-image: none;
    border-right: 1px solid #b3b3b3;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-shadow: 0 2px 1px #ddd;
    left: -1px;
}

.lgray > li.floatr > ul {
    left: auto;
    right: -1px;
}

    .lgray > li.floatr > ul ul {
        left: -127px;
    }

.lgray ul a {
    border-top: 1px solid #e4e4e4;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 12px;
}

    .lgray ul a:hover {
        background-color: #f5f5f5;
    }

.lgray ul ul li:first-child a {
    border-top-color: #b3b3b3;
}

.lgray li > div {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: -moz-use-text-color #e1e1e1 #e1e1e1;
    border-image: none;
    border-radius: 0 0 10px 10px;
    border-width: 0 1px 1px;
    box-shadow: 0 3px 6px 0 #222;
    left: -1px;
    padding: 10px;
}

.lgray > li.floatr > div {
    left: auto;
    right: 0px; /*-5px;*/
}

.lgray h4, .lgray h5 {
    margin: 0;
    padding: 0;
}

.lgray h4 {
    border-bottom: 1px solid #e1e1e1;
    color: #888;
    font-size: 15px;
    font-weight: normal;
    margin: 10px 10px 5px;
    padding-bottom: 10px;
}

.lgray h5 {
    color: #444;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 10px 0;
}

.lgray ol {
    list-style: outside none none;
    margin: 7px 10px;
    padding: 0;
}

    .lgray ol a {
        color: #000;
        font-size: 14px;
        padding: 5px 0;
    }

        .lgray ol a:hover {
            color: #008887;
        }

.lgray p {
    color: #555;
    font-size: 14px;
    line-height: 18px;
    margin: 9px 10px;
    padding: 0;
}

    .lgray p a {
        color: #888;
        text-decoration: underline;
    }

        .lgray p a:hover {
            color: #555;
        }
