﻿#myNavbar {
    background-color: #0C8BB0;
    background: -moz-linear-gradient(top, #36b0b6 0%, #2a8a8f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36b0b6), color-stop(100%, #2a8a8f));
    background: -webkit-linear-gradient(top, #36b0b6 0%, #2a8a8f 100%);
    background: -o-linear-gradient(top, #36b0b6 0%, #2a8a8f 100%);
    background: -ms-linear-gradient(top, #36b0b6 0%, #2a8a8f 100%);
    background: linear-gradient(top, #36b0b6 0%, #2a8a8f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    direction: rtl;
    text-align: right;
}

    #myNavbar li a {
        height: 60px;
        width: 100%;
        padding: 15px;
        margin: 3px 0 0 0;
        color: white;
    }

    #myNavbar li.active a {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        display: block;
        background: #1e6468;
        color: #bce1ab;
        border: 1px solid #bce1ab;
        height: 50px;
    }

    #myNavbar li:hover a {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        background: #4a9ea3;
        border: 1px solid #133e40;
        -moz-box-shadow: inset 0 5px 10px #133e40;
        -webkit-box-shadow: inset 0 5px 10px #133e40;
        box-shadow: inset 0 5px 10px #133e40;
        height: 50px;
    }

.navbar-header {
    background-color: #0C8BB0;
    background: -moz-linear-gradient(top, #36b0b6 0%, #2a8a8f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36b0b6), color-stop(100%, #2a8a8f));
    background: -webkit-linear-gradient(top, #36b0b6 0%, #2a8a8f 100%);
    background: -o-linear-gradient(top, #36b0b6 0%, #2a8a8f 100%);
    background: -ms-linear-gradient(top, #36b0b6 0%, #2a8a8f 100%);
    background: linear-gradient(top, #36b0b6 0%, #2a8a8f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
    height: 60px;
}
