#header_light {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    background: #2c74a4 url(../img/header/bg.jpg) no-repeat top left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 1000px;
    height: 125px;
    padding: 10px 12px 0 12px;
}

#header_light .logo {
    position: absolute;
    top: 20px;
    left: 15px;
}

#header_light .logo a {
    display: block;
    background: url(../img/logo.gif) no-repeat;
    width: 167px;
    height: 50px;
    text-indent: -99999px;
}

#header_light .nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1000px;
    height: 35px;
    display: block;
    background: #49abdc;
    background: -moz-linear-gradient(top, #49abdc 0%, #3190c8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #49abdc), color-stop(100%, #3190c8));
    background: -webkit-linear-gradient(top, #49abdc 0%, #3190c8 100%);
    background: -o-linear-gradient(top, #49abdc 0%, #3190c8 100%);
    background: -ms-linear-gradient(top, #49abdc 0%, #3190c8 100%);
    background: linear-gradient(to bottom, #49abdc 0%, #3190c8 100%);
}

#header_light .nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

#header_light .nav li {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: url(../img/header/menu/separator.png) no-repeat right center;
    position: relative;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#header_light .nav li a {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 35px;
    color: #FFFFFF;
    display: block;
    padding: 0 10px;
    line-height: 35px;
    text-decoration: none;
}
#header_light .nav li.selected > a,
#header_light .nav li.selected:hover > a{
    background: #FFFFFF;
    color: #333333;
}

#header_light .nav li.selected{
    background: none;}

#header_light .nav li:first-child a {
    padding: 0;
}

#header_light .nav li:first-child a > span {
    text-indent: -9999px;
    width: 40px;
    overflow: hidden;
    display: inline-block;
    background-image: url(../img/header/menu/home.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#header_light .nav li:last-child {
    background: none;
}

#header_light .nav li:hover a{
    background: #76c1e8;
    background: -moz-linear-gradient(top, #76c1e8 0%, #3f9dd1 50%, #3f9dd1 50%, #51a9d9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76c1e8), color-stop(50%, #3f9dd1), color-stop(50%, #3f9dd1), color-stop(100%, #51a9d9));
    background: -webkit-linear-gradient(top, #76c1e8 0%, #3f9dd1 50%, #3f9dd1 50%, #51a9d9 100%);
    background: -o-linear-gradient(top, #76c1e8 0%, #3f9dd1 50%, #3f9dd1 50%, #51a9d9 100%);
    background: -ms-linear-gradient(top, #76c1e8 0%, #3f9dd1 50%, #3f9dd1 50%, #51a9d9 100%);
    background: linear-gradient(to bottom, #76c1e8 0%, #3f9dd1 50%, #3f9dd1 50%, #51a9d9 100%);
    cursor: pointer;
    text-decoration: underline;
}

#header_light .nav li > .netflix {
    background: url(../img/header/menu/netflix.png?v=2) no-repeat center center;
    background-size: cover;
    width: 84px;
}

#header_light .nav li:hover > .netflix a {
    background: none;
}

#header_light .nav li > .netflix a {
    color: transparent;
}
