﻿.menuchild {
    position: relative;
    width: 826px;
    height: 100%;
    float: left;
    /*border-right:none; */
}

.innermenunav {
    width: 797px;
    list-style-type: none;
    display: block;
    margin-right: 29px;
    background: rgba(255, 255, 255, 0.989);
    border-bottom: 2px solid rgb(204, 204, 204);
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-top: none;
    float: left;
    margin-left: 55px;
    border-left: 1px solid rgba(0,0,0,0.3);
    height: 100%;
    padding-top: 27px;
    padding-bottom: 27px;
    /*font-family: 'nino';*/
}

    .innermenunav li {
        display: block;
        float: left;
        margin: 0px 5px;
        border-bottom: 1px solid #e9eaea;
        width: 220px;
        margin-right: 37px;
    }


        .innermenunav li a {
            display: inline-block;
            width: 100%;
            height: 100%;
            padding: 9px 12px 5px 2px;
            text-decoration: none;
            color: #666666;
            background: url("../image/saidemenu_arrow.png") left no-repeat;
        }

        .innermenunav li ul {
            background:#f2f2f2;
        }

            .innermenunav li ul li {
                border-bottom: none;
                margin-right:50px;
            }

                .innermenunav li ul li a {
                    background:none;
                }


.kutxe {
    position: absolute;
    background: url("../image/kutxe.png") right no-repeat;
    width: 29px;
    height: 29px;
    bottom: 0%;
    margin-bottom: -28px;
}

.marjvena {
    position: absolute;
    float: right;
    bottom: 0%;
    right: -11.7%;
    width: 29px;
    height: 100%;
    margin-bottom: 28px;
    background: rgba(255, 255, 255, 0.989);
    border-right: 1px solid rgb(204, 204, 204);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
