/*header_lower*/
.header-lower {
    height: 46px;
    /*padding: 1px 2px;*/
}

    .header-lower > span {
        line-height: 46px;
        background: url("../images/home.png") no-repeat;
        background-size: 10%;
        background-position-x: 6px;
        background-position-y: 12px;
        margin-left: 5px;
        padding: 15px 20px;
        padding-left: 30px;
    }

    /*.header-lower>span:hover {
    background-color: #ffe700;
    color: #292929;
}*/


    .header-lower .nav {
        width: 170px;
        height: 40px;
        /*margin: 20px auto;*/
        position: absolute;
        top: 0;
        left: 168px;
    }

.nav p {
    display: block;
    padding-left: 10px;
    line-height: 40px;
    /*border: 1px solid #CCC;*/
}

    .nav p.active {
        background-color: #fee800;
        color: #000;
    }

.set, .select {
    background: url('../images/dropdown.png') 148px 10px no-repeat;
    background-position-y: center;
}

    .set:hover {
        background-color: #555;
    }

/*.select {*/
/*background: url('../images/dropdown.png') 165px 10px no-repeat;*/
/*background-position-y: center;*/
/*}*/

.new {
    width: 170px;
    position: absolute;
    /*border: 1px solid #CCC;*/
    background: #fff;
    color: #000;
    display: none;
}


.menu-links {
    width: 180px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
}


    .menu-links:hover {
        background: #ffe700;
        color:black;
    }

    .menu-links span:hover {
    cursor:pointer;
    }





.nav ul li {
    line-height: 40px;
    padding-left: 10px;
}

    .nav ul li:hover {
        background: #fee800;
        /*color: #FFF;*/
    }

/*menu*/
.header-menu {
    margin-bottom: 0;
}

/*banner*/
@media all and (min-width: 1001px) {
    .theme-custom {
        margin: -30px 0 20px;
    }

        .theme-custom .nivo-directionNav {
            display: none; /* remove to use directional navigation */
        }
}
@media all and (max-width: 1000px) {
    .header-menu {
        margin: 10px 0;
    }
}

.menu-linksActive {
    background: #ffe700;
    color: black;
}