/* 
    Created on : 07.02.2017, 16:59:27
    Author     : Glinin.AE
*/

#navigation {
    background-image: url('../images/menu/bg-header.png');
/*    background-repeat: no-repeat;*/
    background-size:968px 30px ;
    /*background-size: cover;*/
    margin-bottom: 7px;
    width: 968px;
    float: left;
}

#nav {

    width: 600px;
    margin: 0 auto;
    padding-top: 5px;
    text-align: center;
    height: 30px;
}

#nav li {
    float: left;
    /*background-color: #269abc;*/
}

#nav .active {
    /*background-color: #269abc;*/
    border-bottom: 2px #FEBB04 solid;
    border-image: url('../images/backgrounds/nav_row.png');
    border-top: 0;
    border-left: 0;
    border-right: 0;
}


/*
#nav .active:after {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    left: 45px;
    width: 10px;
    height: 10px; 
    background: #FEBB04;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
}*/

#nav a {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    width: 100px;
    height: 29px;
}

ol, ul {
    list-style: none;
}